Fixed header include: should have included <boost/type_traits/cv_traits.hpp>

[SVN r9537]
This commit is contained in:
John Maddock
2001-03-10 11:24:11 +00:00
parent c126ed4b87
commit f5368b7666

View File

@ -49,7 +49,7 @@
#include <boost/re_detail/regex_kmp.hpp>
#include <boost/pattern_except.hpp>
#include <boost/regex_traits.hpp>
#include <boost/type_traits/transform_traits.hpp>
#include <boost/type_traits/cv_traits.hpp>
namespace boost{