From: Jonathan Wakely Date: Fri, 1 May 2015 21:26:24 +0000 (+0100) Subject: * include/experimental/memory: Correct feature-test macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b275f0cbe533fb0ebbc6f91b0cb0fb520be9a3dc;p=gcc.git * include/experimental/memory: Correct feature-test macro. From-SVN: r222708 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e1aae8038f0..b554c0599a0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2015-05-01 Jonathan Wakely + * include/experimental/memory: Correct feature-test macro. + * include/experimental/memory: Add feature-test macro. * include/experimental/vector: Likewise. * doc/xml/manual/status_cxx2017.xml: Update status. diff --git a/libstdc++-v3/include/experimental/memory b/libstdc++-v3/include/experimental/memory index f43621f53c5..08a6b33c7c1 100644 --- a/libstdc++-v3/include/experimental/memory +++ b/libstdc++-v3/include/experimental/memory @@ -52,7 +52,7 @@ inline namespace fundamentals_v2 { _GLIBCXX_BEGIN_NAMESPACE_VERSION -#define __cpp_lib_experimental_not_fn 201411 +#define __cpp_lib_experimental_observer_ptr 201411 template class observer_ptr