georgi-d

Results 2 comments of georgi-d

The same error happens with gcc-4.8.4 as well as clang-3.9 with both std=c++11 and c++14

I changed the line from: `auto ss = std::stringstream{s}` to `std::stringstream ss{s}` And it compiles correctly.