]> Savannah Git Hosting - gnulib.git/commit
nullptr: test for C++ nullptr at configure-time
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Feb 2023 23:11:32 +0000 (15:11 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Feb 2023 23:14:11 +0000 (15:14 -0800)
commit7a5061a0527b9fcaeedf48e8f5056dd80e77aa98
tree5fb61a3a5fc124483241848924a23f9674a91d2a
parent96d3aaacc5aaa0e325eff344dd7ae0e0fbf4b418
nullptr: test for C++ nullptr at configure-time

* m4/nullptr.m4 (gl_NULLPTR): Test for C++ support for nullptr
at configure-time, as we already do for C support.
This should be more reliable than maintaining #ifdefs by hand.
ChangeLog
m4/nullptr.m4