Appendix B. C++ Keywords
Keywords are reserved to the compiler for use by the language. You cannot define classes, variables, or functions that have these keywords as their names.
asm false signedauto final sizeofbool float staticbreak for static_assertcase friend static_castcatch goto structchar if switchclass inline templateconst int thisconstexpr long throwconst_cast long long int true ...