mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
Reordered includes.
This commit is contained in:
@@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
// header dependencies are deliberately restricted to the standard library
|
// header dependencies are deliberately restricted to the standard library
|
||||||
// to reduce coupling to other boost libraries.
|
// to reduce coupling to other boost libraries.
|
||||||
#include <boost/config.hpp>
|
|
||||||
#include <string> // for string
|
#include <string> // for string
|
||||||
#include <new> // for bad_alloc
|
#include <new> // for bad_alloc
|
||||||
|
#include <ostream> // for ostream
|
||||||
#include <typeinfo> // for bad_cast, bad_typeid
|
#include <typeinfo> // for bad_cast, bad_typeid
|
||||||
#include <exception> // for exception, bad_exception
|
#include <exception> // for exception, bad_exception
|
||||||
#include <stdexcept> // for std exception hierarchy
|
#include <stdexcept> // for std exception hierarchy
|
||||||
|
#include <boost/config.hpp>
|
||||||
#include <boost/cstdlib.hpp> // for exit codes
|
#include <boost/cstdlib.hpp> // for exit codes
|
||||||
#include <ostream> // for ostream
|
|
||||||
|
|
||||||
# if defined(BOOST_BORLANDC) && (__BORLANDC__ <= 0x0551)
|
# if defined(BOOST_BORLANDC) && (__BORLANDC__ <= 0x0551)
|
||||||
# define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT
|
# define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT
|
||||||
|
Reference in New Issue
Block a user