* libsupc++/new: Update comment on #endif directive.
authorJonathan Wakely <jwakely@redhat.com>
Wed, 19 Apr 2017 15:18:24 +0000 (16:18 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 19 Apr 2017 15:18:24 +0000 (16:18 +0100)
From-SVN: r246999

libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/new

index 01156a0cea641fad4b39b5eb2d6c2bc55cbd05c1..4d282ad2c9dff9b2d50aa9d7c5072a33264006c9 100644 (file)
@@ -1,5 +1,7 @@
 2017-04-19  Jonathan Wakely  <jwakely@redhat.com>
 
+       * libsupc++/new: Update comment on #endif directive.
+
        PR libstdc++/80448
        * include/experimental/bits/fs_dir.h (directory_iterator)
        (recursive_directory_iterator): Remove noexcept from defaulted
index 2de77525c218b5b127d3732913b2dd1819ab31d6..04f172cebd0feb8bcf9dd15bc104752ffa8b04ba 100644 (file)
@@ -209,7 +209,7 @@ namespace std
   void launder(volatile void*) = delete;
   void launder(const volatile void*) = delete;
 }
-#endif // _GLIBCXX_NO_BUILTIN_LAUNDER
+#endif // _GLIBCXX_HAVE_BUILTIN_LAUNDER
 #undef _GLIBCXX_HAVE_BUILTIN_LAUNDER
 #endif // C++17