GCC 5.1 released
GCC 5.1 released
Posted Apr 25, 2015 20:40 UTC (Sat) by Cyberax (✭ supporter ✭, #52523)In reply to: GCC 5.1 released by lsl
Parent article: GCC 5.1 released
The problem was already there. GCC used CoW for strings and MSVC used copying with small-buffer optimization. So something HAD to be broken anyway.
AFAIR, both MSVC and GCC had O(N) complexity for std::list::size but it definitely made sense to fix it.