mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
This implements LWG4550: Need new feature test macros for <stdckdint.h> and <stdbit.h>. libstdc++-v3/ChangeLog: * include/bits/version.def (stdbit_h, stdckdint_h): Define. * include/bits/version.h: Regenerate. * include/c_compatibility/stdbit.h (__cpp_lib_stdbit_h): Define and use it in guards. * include/c_compatibility/stdckdint.h (__cpp_lib_stdckdint_h): Define and use it in guards. Reviewed-by: Jonathan Wakely <jwakely@redhat.com> Signed-off-by: Tomasz Kamiński <tkaminsk@redhat.com>
file: libstdc++-v3/README New users may wish to point their web browsers to the file index.html in the 'doc/html' subdirectory. It contains brief building instructions and notes on how to configure the library in interesting ways.