Extensions to ISO Standard C++

This section describes Carbide extensions to the C standard that apply to all targets. In most cases, you turn the extension on or off with a setting . See C/C++ Language Panel for information about this panel.

The __PRETTY_FUNCTION__ Predefined Identifier

The __PRETTY_FUNCTION__ predefined identifier represents the qualified (unmangled) C++ name of the function being compiled.

For related information, see Predefined Symbols.