Re: configure adds -std=gnu++11 to CXX variable

Paul Eggert <[email protected]> Tue, 28 May 2024 13:09:36 -0700
Newsgroups gmane.comp.sysutils.autoconf.general,gmane.comp.gcc.devel
Organization UCLA Computer Science Department
Message-ID <[email protected]>
On 5/28/24 11:27, Jason Merrill wrote:
> AC_PROG_CXX_STDCXX_EDITION_TRY still looks useful for a project that
> relies on features from a particular standard.

It's called "_AC_PROG_CXX_STDCXX_EDITION_TRY" with a leading underscore, 
which means it's private to Autoconf and apps shouldn't (and I think 
don't) use it.

If we want to publish that macro without a leading underscore we can 
bring back the code and add something to the manual.