|
|
Log in / Subscribe / Register

GNU autoconf-2.70 released

GNU autoconf-2.70 released

Posted Dec 10, 2020 15:24 UTC (Thu) by sandsmark (guest, #62172)
In reply to: GNU autoconf-2.70 released by zwol
Parent article: GNU Autoconf 2.70 released

> GCC 10's documentation describes the C++20 support as "highly experimental, and will almost certainly change in incompatible ways in future releases". I don't think we'll be turning C++20 on by default in Autoconf before compiler support stabilizes :-)

I thought c++20 because that's what (some) people are slowly starting to use, and c++11 seemed weird because compilers default to c++14 (at least gcc since gcc6 default to 14 iirc). And fwiw, __cplusplus (as Sesse mentioned) is defined in the c++14 standard.


to post comments

GNU autoconf-2.70 released

Posted Dec 10, 2020 16:52 UTC (Thu) by zwol (guest, #126152) [Link] (1 responses)

> c++11 seemed weird because compilers default to c++14

This is what happens when a project doesn't make a release for eight years :-(

GNU autoconf-2.70 released

Posted Dec 10, 2020 18:12 UTC (Thu) by pbonzini (subscriber, #60935) [Link]

No, *this* is what happens when a project isn't released for 8 years:
  1. Read Autoconf 2.70 release notes
  2. "Oh cool! Autotest improvements! Somebody else is using Autotest!"
  3. "Uh I'm among the contributors? What did I do?"
  4. git shortlog v2.69..
  5. "Ah, *I* did the Autotest improvements."


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds