From: Bruno Haible Date: Sat, 3 Sep 2022 20:12:42 +0000 (+0200) Subject: stdnoreturn: Document relation to C++. X-Git-Tag: v1.0~2083 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=28ee2afa64498f5e7e397dfc66e0a6c9bf339d65;p=gnulib.git stdnoreturn: Document relation to C++. * doc/posix-headers/stdnoreturn.texi: Document FreeBSD problem. --- diff --git a/ChangeLog b/ChangeLog index eb6a269b24..7316fb0f12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-09-03 Bruno Haible + + stdnoreturn: Document relation to C++. + * doc/posix-headers/stdnoreturn.texi: Document FreeBSD problem. + 2022-09-03 Bruno Haible sysexits: Add C++ tests. diff --git a/doc/posix-headers/stdnoreturn.texi b/doc/posix-headers/stdnoreturn.texi index f37228536c..3e1c5882db 100644 --- a/doc/posix-headers/stdnoreturn.texi +++ b/doc/posix-headers/stdnoreturn.texi @@ -22,6 +22,9 @@ MSVC/clang. Portability problems not fixed by Gnulib: @itemize @item +@code{} cannot be #included in C++ mode on some platforms: +FreeBSD 13.1. +@item @code{} should be #included before @samp{_Noreturn} is used. @item You cannot assume that @code{_Noreturn} is a reserved word;