Hacker News new | ask | show | jobs
by mike-cardwell 4067 days ago
FWIW, Clang and GCC support all C++11 features.
1 comments

Though GCC only gained full C++11 support as of 5.1, which was released this week.
I think you may be thinking of C++14, GCC has had full C++11 support since 4.8.1.
Prior to 5.1 gcc had full C++11 language support, but libstdc++ did not have full C++11 library support.
That's a fair point.