forked from boostorg/regex
changed BOOST_RE_THREADS to BOOST_HAS_THREADS
[SVN r11827]
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
#include <boost/cregex.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#if !defined(BOOST_RE_NO_STRING_H)
|
||||
#if !defined(BOOST_NO_STD_STRING)
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <boost/regex/detail/fileiter.hpp>
|
||||
|
Reference in New Issue
Block a user