forked from boostorg/config
Make <boost/detail/iomanip.hpp> include <iomanip> and put the <iomanip> functions
in the boost::detail namespace if not on clang- or intel-linux. [SVN r68165]
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
|
||||
// GNU C++ compiler setup:
|
||||
|
||||
#define BOOST_GCC 1
|
||||
|
||||
#if __GNUC__ < 3
|
||||
# if __GNUC_MINOR__ == 91
|
||||
// egcs 1.1 won't parse shared_ptr.hpp without this:
|
||||
|
Reference in New Issue
Block a user