May i know which C++compilers(online/free) supporting “inheriting constructors” feature in c++0x
N3290 draft :section 12.9 : Inheriting constructors
I tried with VS10,GCC 4.6.0 ..But i think it is not supporting ..(please confirm it.)
Please tell me which online compilers or Free compilers supporting .. This feature
http://wiki.apache.org/stdcxx/C++0xCompilerSupport
http://blogs.msdn.com/b/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx
I gooogled ..but i didn’t get ..the correct info .. help me ?
So let’s see:
Seems consistent to me!
Maybe you do not like the answer you found, but it appears to be correct!
EDIT: Added clang and Comeau to the list, as suggested by comments.
NOTE: At some point in time, compilers will start to implement this. I won’t update this answer when they do, so this answer might be out of date by now. A quick search on 10-feb-2012 didn’t reveal any compilers that have implemented this yet, though.