Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

G++ still doesn't support all of the C++11 standard library so that is not entirely true. (Clang's standard library implementation, libc++, is C++11 feature complete as well)


STL is ambiguous. You mean standard library or stdlib if it must be shortened. Helpless pedantry I know but freenode's #c++ has beat this into me.


fair enough


As far as I know, libc++ is at the moment feature complete on OS X. Work still has to be done for other platforms.


You should be able to use LLVMs libc++ with GCC, just like you can currently use GNU libstdc++ with Clang.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: