Port C11 test to C++20
commite6c9cb69c8c0a4ef9ce0538d7b4106dad3d7ad47
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 May 2024 14:04:19 +0000 (26 07:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 May 2024 14:18:32 +0000 (26 07:18 -0700)
tree6c0844b8dff928181a9ae8d5d309dd4daeca083c
parent605ba028a7389560549bf5a34926828609760aaa
Port C11 test to C++20

Trivial fix suggested by Peter Johansson in:
https://lists.gnu.org/r/autoconf/2024-05/msg00004.html
* lib/autoconf/c.m4 (_AC_CXX_CXX11_TEST_MAIN):
Do not test assigning u8"..." to char const *, as this
runs afoul of C++20.
NEWS
lib/autoconf/c.m4