Skip to content

Commit

Permalink
Do not define __cccl_lib_transparent_operators to unsuppported value
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Jul 18, 2023
1 parent 5c70aa0 commit 4ae3f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcudacxx/include/cuda/std/detail/libcxx/include/version
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ __cpp_lib_void_t 201411L <type_traits>
# define __cccl_lib_span 201902L
// # define __cccl_lib_string_udls 201304L
# define __cccl_lib_transformation_trait_aliases 201304L
# define __cccl_lib_transparent_operators 201510L
# define __cccl_lib_transparent_operators 201210L
# define __cccl_lib_tuple_element_t 201402L
# define __cccl_lib_tuples_by_type 201304L
#endif // _LIBCUDACXX_STD_VER > 11
Expand Down

0 comments on commit 4ae3f4d

Please sign in to comment.