0.10 - Configuring Your Compiler - Compiler Extensions
Compiler extensions are non-standard features provided by a specific compiler that extend the capabilities of the C++ language. These extensions can include additional keywords, attributes, or functionalities that are not part of the official C++ standard.
Because compiler extensions are never necessary, and cause your programs to be non-compliant with C++ standards, we recommend turning compiler extensions off.