From 6a8446fa8b9353013e0342ca970d1d9cdf8c2ee9 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 19 Apr 2017 16:18:24 +0100 Subject: [PATCH] * libsupc++/new: Update comment on #endif directive. From-SVN: r246999 --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/libsupc++/new | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 01156a0cea6..4d282ad2c9d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2017-04-19 Jonathan Wakely + * 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 diff --git a/libstdc++-v3/libsupc++/new b/libstdc++-v3/libsupc++/new index 2de77525c21..04f172cebd0 100644 --- a/libstdc++-v3/libsupc++/new +++ b/libstdc++-v3/libsupc++/new @@ -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 -- 2.30.2