File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
libcudacxx/include/cuda/std/__internal Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 future release. Define CCCL_IGNORE_DEPRECATED_CPP_DIALECT to suppress this message.)
3636// clang-format on
3737
38- # ifndef CCCL_IGNORE_DEPRECATED_CPP_DIALECT
39- # if _CCCL_STD_VER < 2017
40- # error libcu++ requires at least C++ 17. Define CCCL_IGNORE_DEPRECATED_CPP_DIALECT to suppress this message.
41- # endif // _CCCL_STD_VER >= 2017
42- # endif // CCCL_IGNORE_DEPRECATED_CPP_DIALECT
38+ #ifndef CCCL_IGNORE_DEPRECATED_CPP_DIALECT
39+ # if _CCCL_STD_VER < 2017
40+ # error libcu++ requires at least C++ 17. Define CCCL_IGNORE_DEPRECATED_CPP_DIALECT to suppress this message.
41+ # endif // _CCCL_STD_VER >= 2017
42+ #endif // CCCL_IGNORE_DEPRECATED_CPP_DIALECT
4343
4444#endif // _LIBCUDACXX___INTERNAL_CPP_DIALECT_H
You can’t perform that action at this time.
0 commit comments