summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2017-04-19 15:18:24 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2017-04-19 15:18:24 +0000
commita0dd857296f7eda64ea0a2d515c9730a7fc74ef1 (patch)
treef074895f3b1723b4ec7b304d28545ecf0571f7cd /libstdc++-v3
parent95659db29c026b592b9d0f6f76aecc37ca581485 (diff)
downloadgcc-a0dd857296f7eda64ea0a2d515c9730a7fc74ef1.tar.gz
* libsupc++/new: Update comment on #endif directive.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog2
-rw-r--r--libstdc++-v3/libsupc++/new2
2 files changed, 3 insertions, 1 deletions
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 <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
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