Is there any official, or inofficial, #defines for when a compiler is Cpp0x compliant? Even better, for specific Cpp0x functionality (~#cpp0xlambda, #cpp0xrvalue etc)?
(Haven't found anything about this on the net)
|
1
|
|
|
|
|
|
Bjarne's C++0x FAQ says:
|
|||
|
|
|
For C++03 according to 16.8/1 (Predefined macro names):
For C++0x draft n2857 according to 16.8/1 (Predefined macro names):
|
||||||||
|