Commit 828d6449 by Jonathan Wakely Committed by Jonathan Wakely

Remove unused <exception> header from <utility>

This header was needed for the declaration of std::terminate but the
calls to it were removed in r242401.

	* include/std/utility: Remove unused <exception> header.

From-SVN: r261749
parent 694dc72e
2018-06-19 Jonathan Wakely <jwakely@redhat.com>
* include/std/utility: Remove unused <exception> header.
2018-06-18 Jonathan Wakely <jwakely@redhat.com> 2018-06-18 Jonathan Wakely <jwakely@redhat.com>
LWG 2975 ensure construct(pair<T,U>*, ...) used to construct pairs LWG 2975 ensure construct(pair<T,U>*, ...) used to construct pairs
......
...@@ -75,10 +75,6 @@ ...@@ -75,10 +75,6 @@
#include <bits/move.h> #include <bits/move.h>
#include <initializer_list> #include <initializer_list>
#if __cplusplus > 201402L
#include <exception>
#endif
namespace std _GLIBCXX_VISIBILITY(default) namespace std _GLIBCXX_VISIBILITY(default)
{ {
_GLIBCXX_BEGIN_NAMESPACE_VERSION _GLIBCXX_BEGIN_NAMESPACE_VERSION
......
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