GNU autoconf-2.70 released
GNU autoconf-2.70 released
Posted Dec 9, 2020 14:53 UTC (Wed) by zwol (guest, #126152)In reply to: GNU autoconf-2.70 released by nix
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 do regret not having had the time to get a probe for C and C++ 2017 implemented, but writing those test programs is not easy (you have to close-read both the previous and the current version of the standard to figure out exactly what changed). Our future plans involve allowing configure.ac authors to declare exactly which version of each language standard they want (the PostgreSQL folks specifically asked for this) and adding a hook that lets third-party macros contribute test programs for standard versions not supported by the base Autoconf; both of these should make life easier for people who want to stick to the bleeding edge.
Of course, for any of that to be any help at all, the next release of Autoconf needs to happen sooner than 2028...
