]> Savannah Git Hosting - gnulib.git/commitdiff
stdnoreturn: Document relation to C++.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Sep 2022 20:12:42 +0000 (22:12 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Sep 2022 23:17:47 +0000 (01:17 +0200)
* doc/posix-headers/stdnoreturn.texi: Document FreeBSD problem.

ChangeLog
doc/posix-headers/stdnoreturn.texi

index eb6a269b2435b55b5ccb0b5704da5aa9f4112b3b..7316fb0f129ef9f4fb52e8705e8a2a14e52ca8ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-03  Bruno Haible  <bruno@clisp.org>
+
+       stdnoreturn: Document relation to C++.
+       * doc/posix-headers/stdnoreturn.texi: Document FreeBSD problem.
+
 2022-09-03  Bruno Haible  <bruno@clisp.org>
 
        sysexits: Add C++ tests.
index f37228536cd1333af0cd8827fac47d72ba91ef85..3e1c5882db03dccfc406bee65fb4c27d43c74547 100644 (file)
@@ -22,6 +22,9 @@ MSVC/clang.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+@code{<stdnoreturn.h>} cannot be #included in C++ mode on some platforms:
+FreeBSD 13.1.
+@item
 @code{<stdnoreturn.h>} should be #included before @samp{_Noreturn} is used.
 @item
 You cannot assume that @code{_Noreturn} is a reserved word;