changed BOOST_RE_THREADS to BOOST_HAS_THREADS

[SVN r11827]
This commit is contained in:
John Maddock
2001-11-30 11:56:02 +00:00
parent 52920ff98f
commit c167b1f183
5 changed files with 22 additions and 22 deletions

View File

@ -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>