|
|
|
|
|
by helmut_hed
4484 days ago
|
|
Compiler/library support for C++ is much less complete(standards were published in 1998, 2003 and 2011, and none are completely implemented in any compiler) Clang begs to differ on that point http://clang.llvm.org/cxx_status.html and gcc claims to implement "all of the major features" so you may be right on that one http://gcc.gnu.org/gcc-4.8/cxx0x_status.html At any rate C++11 features are quite well supported IMO. Even VC++ is catching up. |
|
Impressive! I see that exported templates got scrapped in the latest standard -- they probably never supported that.
In any case, my point wasn't that Clang was bad (I think Clang is very good) but that the few limitations that might exist in Clang or GCC are probably not holding back C99 adoption.