Ver Fonte

1. use BOOST_USE_FACET wrapper

2. using std::string's  +=  operator instead of (more efficient) append for STLPORT +  MSVC <= 7.0
msvc-6-stlport fails to find basic_string::append( Iter, Iter) when linking
with Iter = _STL::_DBG_iter< _STL::_Nondebug_string<char,
                                                    _STL::char_traits<char>,
                                                    _STL::allocator<char> >
might affect other MSwindows compilers.


[SVN r22236]
Samuel Krempp há 22 anos atrás
pai
commit
b532ccc979
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      libs/format

+ 1 - 1
libs/format

@@ -1 +1 @@
-Subproject commit 14b13e2458abf1030ee600f990547473a6aa7d24
+Subproject commit 276fe36eb3fd84de0c26a0e99f282dbd5075aaf1

粤ICP备19079148号