]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Define missing __cpp_lib_int_pow2 macro
authorJonathan Wakely <jwakely@redhat.com>
Thu, 23 Apr 2020 16:20:47 +0000 (17:20 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 23 Apr 2020 17:54:44 +0000 (18:54 +0100)
commite29964838b08dd7c0113582620b61505d2ee6c68
treea0337743b09cdc6bdf57aa275dd3256f95e3f0d4
parent7ddb714f4e950c0a2621a333d139891d0648bf83
libstdc++: Define missing __cpp_lib_int_pow2 macro

The P1956R1 renaming isn't implemented on the gcc-9 branch, so this is
the old value corresponding to the original proposal that added these
functions.

* include/std/bit (__cpp_lib_int_pow2): Define to indicate P0556R3
support.
* include/std/version (__cpp_lib_int_pow2): Likewise.
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/bit
libstdc++-v3/include/std/version