We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d039c14 commit 1bfba16Copy full SHA for 1bfba16
src/coding-guidelines/macros.rst
@@ -34,7 +34,7 @@ Macros
34
where we have unique behavior intended for a particular expression.
35
36
If needing to specialize logic within the macro based on a particular
37
- expression's value, it is better to not use a declarative macro.
+ expression's value, it is better to not use a declarative macro with multiple rules.
38
39
.. non_compliant_example::
40
:id: non_compl_ex_5vK0CCmePkef
0 commit comments