mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Simplify and fix PP logic.
[SVN r53729]
This commit is contained in:
@ -164,11 +164,9 @@
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable : 4251 4231 4660)
|
||||
# endif
|
||||
# ifdef _DLL
|
||||
# if BOOST_WORKAROUND(BOOST_MSVC, <1600)
|
||||
# include <string>
|
||||
extern template class __declspec(dllimport) std::basic_string<unsigned short>;
|
||||
# endif
|
||||
# if defined(_DLL) && defined(BOOST_MSVC) && (BOOST_MSVC < 1600)
|
||||
# include <string>
|
||||
extern template class __declspec(dllimport) std::basic_string<unsigned short>;
|
||||
# endif
|
||||
# ifdef BOOST_MSVC
|
||||
# pragma warning(pop)
|
||||
|
Reference in New Issue
Block a user