Skip to content

Commit

Permalink
Update docs/cccl_development/macro.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schellenberger Costa <[email protected]>
  • Loading branch information
fbusato and miscco authored Jan 7, 2025
1 parent 091673f commit a352d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cccl_development/macro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The following macros are required only if the target C++ version does not suppor
+------------------------+--------------------------------------------------+
| ``_CCCL_REQUIRES(X)`` | ``requires`` clause |
+------------------------+--------------------------------------------------+
| ``_CCCL_TRAIT(X)`` | Template parameter constrain |
| ``_CCCL_TRAIT(X)`` | Selects variable template ``is_meow_v<T>`` instead of ``is_meow<T>::value`` when available |
+------------------------+--------------------------------------------------+
| ``_CCCL_AND`` | Traits conjunction only used with ``_CCCL_REQUIRES`` |
+------------------------+--------------------------------------------------+
Expand Down

0 comments on commit a352d9d

Please sign in to comment.