Don't include integer_traits.hpp unless it's actually used: IBM C++ trips up otherwise.

[SVN r23317]
This commit is contained in:
John Maddock
2004-07-02 10:40:53 +00:00
parent 8d994b14b2
commit aebb44e507

View File

@ -21,7 +21,9 @@
#include <boost/cregex.hpp> #include <boost/cregex.hpp>
#include <boost/regex.hpp> #include <boost/regex.hpp>
#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
# include <boost/integer_traits.hpp> # include <boost/integer_traits.hpp>
#endif
#if !defined(BOOST_NO_STD_STRING) #if !defined(BOOST_NO_STD_STRING)
#include <map> #include <map>
#include <list> #include <list>