Skip to content

Commit

Permalink
add __cpp_lib_mdspan feature-test macro (NVIDIA#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato authored Nov 13, 2024
1 parent b31fdd5 commit 18043cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libcudacxx/include/cuda/std/version
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
# define __cccl_lib_is_null_pointer 201309L
# define __cccl_lib_make_reverse_iterator 201402L
// # define __cccl_lib_make_unique 201304L
# if !defined(_CCCL_COMPILER_MSVC) || _CCCL_STD_VER >= 2020
# define __cccl_lib_mdspan 202207L
# endif // _CCCL_COMPILER_MSVC && _CCCL_STD_VER >= 2020
# define __cccl_lib_null_iterators 201304L
# define __cccl_lib_optional 202110L
// # define __cccl_lib_quoted_string_io 201304L
Expand Down

0 comments on commit 18043cb

Please sign in to comment.