]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Default to C++20 in src/experimental/Makefile.am
authorJonathan Wakely <jwakely@redhat.com>
Wed, 28 Jan 2026 10:27:07 +0000 (10:27 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 28 Jan 2026 12:19:37 +0000 (12:19 +0000)
commit833cbd870f05e0d7fa38cb5cf60a9effea6582bb
treeeff17c54d2329552e3cf8d1d0a9e150ce3897bc7
parentf362763f626e0ecca072b9ce8a3f89e5c5a114d8
libstdc++: Default to C++20 in src/experimental/Makefile.am

r16-7089-gfbde291af66e02 had a stray change to the Makefile.in but
actually we probably should change that directory to use C++20, now that
it's the default. So this updates the Makefile.am, and the Makefile.in
doesn't need to be regenerated now.

libstdc++-v3/ChangeLog:

* src/experimental/Makefile.am: Change AM_CXXFLAGS to use C++20
by default.
libstdc++-v3/src/experimental/Makefile.am