Revert r305496 for now, since jbeich@ found a good upstream fix for the

Firefox port.
This commit is contained in:
Dimitry Andric 2016-09-07 20:41:08 +00:00
parent 1f645baf55
commit 067a6c9ebb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang390-import/; revision=305565

View file

@ -80,6 +80,10 @@ template <class E> void rethrow_if_nested(const E& e);
#include <__config>
#include <cstddef>
#include <type_traits>
#if defined(_LIBCPP_NO_EXCEPTIONS)
#include <cstdio>
#include <cstdlib>
#endif
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
@ -251,11 +255,6 @@ rethrow_if_nested(const _Ep&, typename enable_if<
} // std
#if defined(_LIBCPP_NO_EXCEPTIONS)
#include <cstdio>
#include <cstdlib>
#endif
_LIBCPP_BEGIN_NAMESPACE_STD
template <class _Exception>