cppcoreguidelines-macro-usage.rst 1.37 KB

cppcoreguidelines-macro-usage

Finds macro usage that is considered problematic because better language constructs exist for the task.

The relevant sections in the C++ Core Guidelines are Enum.1, ES.30, ES.31 and ES.33.

Options