forked from boostorg/regex
Another tentative VC10 beta fix.
[SVN r53664]
This commit is contained in:
@ -165,8 +165,10 @@
|
|||||||
# pragma warning(disable : 4251 4231 4660)
|
# pragma warning(disable : 4251 4231 4660)
|
||||||
# endif
|
# endif
|
||||||
# ifdef _DLL
|
# ifdef _DLL
|
||||||
# include <string>
|
# if BOOST_WORKAROUND(BOOST_MSVC, <1600)
|
||||||
extern template class __declspec(dllimport) std::basic_string<unsigned short>;
|
# include <string>
|
||||||
|
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)
|
||||||
|
Reference in New Issue
Block a user