Explorar o código

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 %!s(int64=22) %!d(string=hai) anos
pai
achega
b532ccc979
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libs/format

+ 1 - 1
libs/format

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

粤ICP备19079148号