Comment 4 for bug 1216521

Revision history for this message
Xiyue Deng (manphiz) wrote :

Beware that Dominik's last suggestion can be problematic, as it is undefined behavior to include C++11 headers in C++03 code and should be forbidden by proper compilers (which is likely to happen in GCC). The real fix is still to follow Dominik's first 2 suggestions: either migrate the whole code base to C++11, or fallback to libstdc++ before that happens.