mirror of
https://github.com/boostorg/format.git
synced 2026-01-30 07:52:08 +00:00
276fe36eb3fd84de0c26a0e99f282dbd5075aaf1
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]
Description
Languages
C++
97.1%
HTML
2.2%
CMake
0.7%