I would like to try some of the new features that will make it in C ++ 2014, like std::make_unique and std::filesystem functionnality. I use ubuntu 14.04 and GCC / g ++ 4.8 (with libstdc ++ - 4.8-dev installed) and the -std=c++1y flag is -std=c++1y . But when <tr1/memory> and <experimental/...> are std::make_unique there are no std::make_unique . What do I need to do to use some of these new features?
Thanks!
c ++ c ++ 14
Athanase
source share