Displaying 1 result from an estimated 1 matches for "c3007e05".
Did you mean:
10007e05
2013 Jan 11
3
[LLVMdev] Using C++'11 language features in LLVM itself
>> I suppose this tradeoff can be evaluated by looking at the delta
>> between 4.5 and 4.6 which is actually supported by MSVC 2010 and Clang
>> 3.1
>
> Makes perfect sense to me.
>
> -Chris
According to http://gcc.gnu.org/projects/cxx0x.html, these features
are available from 4.6 (language features only):
- Null pointer constant
- Forward declarations for enums
-