4 Nov
2018
4 Nov
'18
8:16 a.m.
Just stop debating and start writing some great code, guys! Our users will be only happy. :)
The thing is, that it's much easier to write great code using C++11, 14 and certainly C++17.
minus toolchain bugs. consider std::atomic for example: clang/libcxx had a broken implementation until mid 2014, while msvc had a but until 2016. using new standards early one may have to pay the price of the early adopters. that said, in 2018 boost should be able to safely move to c++11.