Re: configure adds -std=gnu++11 to CXX variable
Jakub Jelinek via Gcc <[email protected]> Mon, 27 May 2024 21:18:43 +0200
| Newsgroups | gmane.comp.gcc.devel,gmane.comp.sysutils.autoconf.general |
|---|---|
| Message-ID | <ZlTck6QCtw5ThLxf@tucnak> |
On Mon, May 27, 2024 at 12:04:40PM -0700, Paul Eggert wrote: > On 2024-05-27 03:35, Florian Weimer wrote: > > Does this turn on experimental language modes by default? That's > > probably not what we want. > > What do C++ developers want these days? Autoconf should have a reasonable > default, and C++11 is surely not a good default anymore. Maybe respect the carefully chosen compiler default (unless explicitly overridden in configure.ac)? Jakub