Commit 6a8446fa by Jonathan Wakely Committed by Jonathan Wakely

* libsupc++/new: Update comment on #endif directive.

From-SVN: r246999
parent 8264e6c3
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment