14ec2691f6
Specialize std::iter_swap() for wxString::iterator in C++11 mode as the default implementation of it doesn't work for iterators using "reference" type different from "value_type&" as is the case for wxString::iterator. This notably allows the code using std::reverse() with wxString iterators to compile in C++11 mode, which wasn't the case before. |
||
---|---|---|
.. | ||
crt.cpp | ||
iostream.cpp | ||
numformatter.cpp | ||
stdstrings.cpp | ||
strings.cpp | ||
tokenizer.cpp | ||
unichar.cpp | ||
unicode.cpp | ||
vararg.cpp | ||
vsnprintf.cpp |