diff options
Diffstat (limited to '3rdParty/Boost/src/boost/format/parsing.hpp')
| -rw-r--r-- | 3rdParty/Boost/src/boost/format/parsing.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/3rdParty/Boost/src/boost/format/parsing.hpp b/3rdParty/Boost/src/boost/format/parsing.hpp index b14ca82..3ff1828 100644 --- a/3rdParty/Boost/src/boost/format/parsing.hpp +++ b/3rdParty/Boost/src/boost/format/parsing.hpp @@ -391,9 +391,5 @@ namespace detail { const typename String::size_type beg, const typename String::size_type end) { -#if !defined(BOOST_NO_STRING_APPEND) dst.append(src.begin()+beg, src.begin()+end); -#else - dst += src.substr(beg, end-beg); -#endif } |
Swift