Skip to content

Commit af4be6f

Browse files
Wording fix
1 parent 9093f08 commit af4be6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cub/cub/util_cpp_dialect.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
// may be combined.
4949
// - CCCL_IGNORE_DEPRECATED_COMPILER
5050
// Ignore deprecation warnings when using deprecated compilers. Compiling
51-
// deprecated C++ dialects will still issue warnings.
51+
// with deprecated C++ dialects will still issue warnings.
5252

5353
# define CUB_CPP_DIALECT _CCCL_STD_VER
5454

thrust/thrust/detail/config/cpp_dialect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// may be combined.
3737
// - CCCL_IGNORE_DEPRECATED_COMPILER
3838
// Ignore deprecation warnings when using deprecated compilers. Compiling
39-
// deprecated C++ dialects will still issue warnings.
39+
// with deprecated C++ dialects will still issue warnings.
4040

4141
#define THRUST_CPP_DIALECT _CCCL_STD_VER
4242

0 commit comments

Comments
 (0)