Category Archives: c++0x

C++0x compiling with gcc

Gcc has some early support for C++0x. You can enable it with -std=c++0x (Note: You can already use Boost without enabling this flag). Enabling this flag broke boost::filesystem for me, but this has already been reported and fixed: boost/filesystem/operations.hpp 661 … Continue reading

Posted in c++0x | Leave a comment