forked from boostorg/regex
Simplify and fix PP logic.
[SVN r53729]
This commit is contained in:
@ -164,12 +164,10 @@
|
|||||||
# pragma warning(push)
|
# pragma warning(push)
|
||||||
# pragma warning(disable : 4251 4231 4660)
|
# pragma warning(disable : 4251 4231 4660)
|
||||||
# endif
|
# endif
|
||||||
# ifdef _DLL
|
# if defined(_DLL) && defined(BOOST_MSVC) && (BOOST_MSVC < 1600)
|
||||||
# if BOOST_WORKAROUND(BOOST_MSVC, <1600)
|
|
||||||
# include <string>
|
# include <string>
|
||||||
extern template class __declspec(dllimport) std::basic_string<unsigned short>;
|
extern template class __declspec(dllimport) std::basic_string<unsigned short>;
|
||||||
# endif
|
# endif
|
||||||
# endif
|
|
||||||
# ifdef BOOST_MSVC
|
# ifdef BOOST_MSVC
|
||||||
# pragma warning(pop)
|
# pragma warning(pop)
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user