comparison DEPENDENCIES/generic/include/boost/detail/catch_exceptions.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
22 #include <new> // for bad_alloc 22 #include <new> // for bad_alloc
23 #include <typeinfo> // for bad_cast, bad_typeid 23 #include <typeinfo> // for bad_cast, bad_typeid
24 #include <exception> // for exception, bad_exception 24 #include <exception> // for exception, bad_exception
25 #include <stdexcept> // for std exception hierarchy 25 #include <stdexcept> // for std exception hierarchy
26 #include <boost/cstdlib.hpp> // for exit codes 26 #include <boost/cstdlib.hpp> // for exit codes
27 # if __GNUC__ != 2 || __GNUC_MINOR__ > 96 27 #include <ostream> // for ostream
28 # include <ostream> // for ostream
29 # else
30 # include <iostream> // workaround GNU missing ostream header
31 # endif
32 28
33 # if defined(__BORLANDC__) && (__BORLANDC__ <= 0x0551) 29 # if defined(__BORLANDC__) && (__BORLANDC__ <= 0x0551)
34 # define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT 30 # define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT
35 # endif 31 # endif
36 32