Skip to content

Commit 82bdb98

Browse files
Format
1 parent 0e5a918 commit 82bdb98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libcudacxx/include/cuda/std/__internal/cpp_dialect.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
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

0 commit comments

Comments
 (0)