mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
Fixed header include: should have included <boost/type_traits/cv_traits.hpp>
[SVN r9537]
This commit is contained in:
@ -49,7 +49,7 @@
|
|||||||
#include <boost/re_detail/regex_kmp.hpp>
|
#include <boost/re_detail/regex_kmp.hpp>
|
||||||
#include <boost/pattern_except.hpp>
|
#include <boost/pattern_except.hpp>
|
||||||
#include <boost/regex_traits.hpp>
|
#include <boost/regex_traits.hpp>
|
||||||
#include <boost/type_traits/transform_traits.hpp>
|
#include <boost/type_traits/cv_traits.hpp>
|
||||||
|
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
|
Reference in New Issue
Block a user