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) # 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)