r271564 - in /branches/gcc-7-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Thu May 23 15:08:00 GMT 2019
Author: redi
Date: Thu May 23 15:08:52 2019
New Revision: 271564
URL: https://gcc.gnu.org/viewcvs?rev=271564&root=gcc&view=rev
Log:
Fix missing or incorrect feature test macros
Backported from mainline
2019-01-15 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/status_cxx2017.xml: Document P0032R3 and P0307R2
status.
* include/bits/stl_uninitialized.h (__cpp_lib_raw_memory_algorithms):
Define.
* include/std/any (__cpp_lib_any): Define as 201606L, because P0032R3
changes are supported.
* include/std/optional (__cpp_lib_optional): Likewise.
* include/std/variant (__cpp_lib_variant): Likewise.
Modified:
branches/gcc-7-branch/libstdc++-v3/ChangeLog
branches/gcc-7-branch/libstdc++-v3/doc/html/manual/status.html
branches/gcc-7-branch/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
branches/gcc-7-branch/libstdc++-v3/include/bits/stl_uninitialized.h
branches/gcc-7-branch/libstdc++-v3/include/std/any
branches/gcc-7-branch/libstdc++-v3/include/std/optional
branches/gcc-7-branch/libstdc++-v3/include/std/variant
More information about the Libstdc++-cvs
mailing list