Another tentative VC10 beta fix.

[SVN r53664]
This commit is contained in:
John Maddock
2009-06-06 08:49:30 +00:00
parent cd0535d368
commit 5a80ab5ed4

View File

@ -165,8 +165,10 @@
# pragma warning(disable : 4251 4231 4660)
# endif
# ifdef _DLL
# include <string>
extern template class __declspec(dllimport) std::basic_string<unsigned short>;
# if BOOST_WORKAROUND(BOOST_MSVC, <1600)
# include <string>
extern template class __declspec(dllimport) std::basic_string<unsigned short>;
# endif
# endif
# ifdef BOOST_MSVC
# pragma warning(pop)