Skip to content

Commit

Permalink
try an experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Nov 11, 2024
1 parent 79142a3 commit bb62724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcudacxx/include/cuda/std/__utility/declval.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _LIBCUDACXX_BEGIN_NAMESPACE_STD
&& !(defined(_CCCL_CUDA_COMPILER_NVCC) && defined(_CCCL_CUDACC_BELOW_12_4))

// Workaround for MSVC versions prior to 19.39
# if defined(_CCCL_COMPILER_MSVC) && _CCCL_MSVC_VERSION < 1939
# if 1 // defined(_CCCL_COMPILER_MSVC) && _CCCL_MSVC_VERSION < 1939
# define _CCCL_VOIDIFY(_Tp) void_t<_Tp>
# else
# define _CCCL_VOIDIFY(_Tp) void
Expand Down

0 comments on commit bb62724

Please sign in to comment.