Removed BOOST_EXCEPTION_ENABLE_EXCEPTION_INFO

This commit is contained in:
Emil Dotchevski
2017-03-15 12:33:33 -07:00
parent 1ff6282af5
commit 4acef7bb5f

View File

@ -378,8 +378,6 @@ boost
////////////////////////////////////////////////////////////////////////
#ifdef BOOST_EXCEPTION_ENABLE_EXCEPTION_INFO
#if defined(__GNUC__)
# if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)
# pragma GCC visibility push (default)
@ -438,22 +436,6 @@ boost
# if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)
# pragma GCC visibility pop
# endif
#endif
namespace
exception_detail
{
typedef exception_info enable_error_info_base;
}
#else
namespace
exception_detail
{
typedef exception enable_error_info_base;
}
#endif
namespace
@ -474,7 +456,7 @@ boost
struct
exception_injector:
T,
exception_detail::enable_error_info_base
exception_info
{
explicit
exception_injector( T const & x ):