C++11 Features in the Classic Compiler
Go Up to C++ Specifics Index
Attention: The Classic compiler is not recommended. New Projects use the Clang-enhanced compiler.
BCC32 implements a number of the new features proposed in the C++11 standard. This section lists and describes these C++11 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++11)
- C++11 Attributes
- Explicit Conversion Operators (C++11)
- extern Templates (C++11)
- Forward Declaration of Enums (C++11)
- rvalue References (C++11)
- Static Assertions (C++11)
- Strongly Typed Enums (C++11)
- Type Specifier decltype (C++11)
- Type Trait Functions (C++11)
- Unicode Character Types and Literals (C++11)
- Workaround for C++11 Attributes (Clang-enhanced C++ Compilers)