Skip to content

Commit 1bfba16

Browse files
PLeVasseurVeykril
andauthored
Clarify using multiple macros for specialization purposes is fine!
Co-authored-by: Lukas Wirth <[email protected]>
1 parent d039c14 commit 1bfba16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/macros.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Macros
3434
where we have unique behavior intended for a particular expression.
3535

3636
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.
37+
expression's value, it is better to not use a declarative macro with multiple rules.
3838

3939
.. non_compliant_example::
4040
:id: non_compl_ex_5vK0CCmePkef

0 commit comments

Comments
 (0)