Method CompilerEnvironment()->CPP()->cpp_error()


Method cpp_error

void cpp_error(sprintf_format msg, sprintf_args ... arguments)

Description

Convenience function for reporting a cpp error at the current position.

This function calls report() with the same arguments, but prefixed with suitable defaults.

See also

report()