2013.05.07 - C++14 proposals
C++14 is an ongling effort. however there already are usual suspects for the new standard:
filesystem
API (based on boost::filesystem v3)
-
generic lambdas (ever dreamed of [](auto b, auto e){return b!=e;} ?)
initial version of concepts (!!)
…
enjoy reading! :)
Back to top