* include/experimental/memory: Correct feature-test macro.
authorJonathan Wakely <jwakely@redhat.com>
Fri, 1 May 2015 21:26:24 +0000 (22:26 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 1 May 2015 21:26:24 +0000 (22:26 +0100)
From-SVN: r222708

libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/memory

index e1aae80..b554c05 100644 (file)
@@ -1,5 +1,7 @@
 2015-05-01  Jonathan Wakely  <jwakely@redhat.com>
 
+       * 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.
index f43621f..08a6b33 100644 (file)
@@ -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 <typename _Tp>
     class observer_ptr