Skip to content

Commit

Permalink
...and in the other file too...
Browse files Browse the repository at this point in the history
  • Loading branch information
griwes committed Aug 1, 2024
1 parent 6c7924d commit 8d318b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ __host__ __device__ TEST_CONSTEXPR_CXX14 bool test()
int main(int, char**)
{
test();
#if TEST_STD_VER > 2011 && (!defined(_CCCL_CUDACC_BELOW_11_8) || !defined(_CCCL_COMPILER_MVSC))
#if TEST_STD_VER > 2011 && (!defined(_CCCL_CUDACC_BELOW_11_8) || !defined(_CCCL_COMPILER_MSVC))
static_assert(test(), "");
#endif

Expand Down

0 comments on commit 8d318b2

Please sign in to comment.