mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 22:32:09 +02:00
Don't include integer_traits.hpp unless it's actually used: IBM C++ trips up otherwise.
[SVN r23317]
This commit is contained in:
@ -21,7 +21,9 @@
|
||||
|
||||
#include <boost/cregex.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/integer_traits.hpp>
|
||||
#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
||||
# include <boost/integer_traits.hpp>
|
||||
#endif
|
||||
#if !defined(BOOST_NO_STD_STRING)
|
||||
#include <map>
|
||||
#include <list>
|
||||
|
Reference in New Issue
Block a user