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 a352d9d commit ef4a4d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cccl_development/macro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Compiler Macros
+-----------------------------+-------------------------------+
| ``_CCCL_COMPILER(MSVC)`` | Microsoft Visual Studio |
+-----------------------------+-------------------------------+
| ``_CCCL_COMPILER_MSVC2017`` | Microsoft Visual Studio 2017 |
| ``_CCCL_COMPILER(MSVC2017)`` | Microsoft Visual Studio 2017 |
+-----------------------------+-------------------------------+
| ``_CCCL_COMPILER_MSVC2019`` | Microsoft Visual Studio 2019 |
| ``_CCCL_COMPILER(MSVC2019)`` | Microsoft Visual Studio 2019 |
+-----------------------------+-------------------------------+
| ``_CCCL_COMPILER_MSVC2022`` | Microsoft Visual Studio 2022 |
| ``_CCCL_COMPILER(MSVC2022)`` | Microsoft Visual Studio 2022 |
+-----------------------------+-------------------------------+

The ``_CCCL_COMPILER`` function-like macro can also be used to check the version of a compiler.
Expand Down

0 comments on commit ef4a4d7

Please sign in to comment.