reworded explanation for a workaround

[SVN r25510]
This commit is contained in:
Joaquín M. López Muñoz 2004-10-01 12:44:44 +00:00
parent 60f12c43e0
commit 348845132c

View File

@ -217,7 +217,8 @@ namespace boost{
defined(_STLP_DEBUG) &&\
(defined(_STLP_USE_DYNAMIC_LIB) || defined(_DLL))
// Problem with string::assign for msvc-stlport in debug mode: the
// linker is not able to import the templatized version of this memfun.
// linker tries to import the templatized version of this memfun,
// which is obviously not exported.
// See http://www.stlport.com/dcforum/DCForumID6/1763.html for details.
t = Token();