2
0
mirror of https://github.com/boostorg/format.git synced 2026-01-29 19:42:09 +00:00
Files
format/include
Samuel Krempp 276fe36eb3 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]
2004-02-11 15:00:05 +00:00
..
2004-02-11 15:00:05 +00:00