sublime-cpp11
sublime-cpp11 copied to clipboard
User-defined number literals, class definition modifiers
- As of C++11, integral and floating-point literals can be followed by a user-defined literal
- Class and Struct definitions can contain the final, private, protected, public keywords