C++0x Features Index
Go Up to C++ Specifics Index
BCC32 implements a number of the new features proposed in the C++0x standard. This section lists and describes these C++0x features. You can view the Working Paper draft that was used to guide the implementation of these features at Draft Working Paper. You can view a summary of the working group papers at Summary of Working Group Papers.
Topics
- alignof Operator (C++0x)
- C++0x Attributes
- Explicit Conversion Operators (C++0x)
- extern Templates (C++0x)
- Forward Declaration of Enums (C++0x)
- rvalue References (C++0x)
- Static Assertions (C++0x)
- Strongly Typed Enums (C++0x)
- Type Specifier decltype (C++0x)
- Type Trait Functions (C++0x)
- Unicode Character Types and Literals (C++0x)
- Workaround for C++0x Attributes (Clang-enhanced C++ Compilers)