Menu
  • HOME
  • TAGS

Std::stringstream move assignment not working in gcc

c++,move,stringstream,move-assignment-operator

This was delayed for reasons of ABI compatibilty. They wanted to wait for a major version number change. It is there in the recently released version 5.1: https://gcc.gnu.org/gcc-5/changes.html#libstdcxx movable and swappable iostream classes; ...