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

@ -28,7 +28,7 @@
#include <boost/regex.hpp>
#ifndef BOOST_RE_NO_WCHAR_H
#ifndef BOOST_NO_WREGEX
#include <cwchar>
#endif
#include <cstring>