]> Savannah Git Hosting - gnulib.git/commit
nullptr: work around Apple clang 14 issue
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Feb 2023 01:09:23 +0000 (17:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Feb 2023 01:10:04 +0000 (17:10 -0800)
commit36f06b07d9cfb3974c160ecc22def3cb1b117106
treeeba82ebe3f3873938c6183075ec26758fb7bf180
parent8eb1529674c157efe5ed902d361c8c779116d4a1
nullptr: work around Apple clang 14 issue

Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2023-02/msg00098.html
* doc/gnulib.texi (nullptr): Document limitations better.
* m4/nullptr.m4 (gl_NULLPTR): Check for incompatibility of macOS
clang 14.0.0 (clang-1400.0.29.202), where <stddef.h> defines a
non-working nullptr macro.
ChangeLog
doc/gnulib.texi
m4/nullptr.m4