From af4be6ff7fb9737cb64d2e9528dfa9c4eae0dd72 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Tue, 7 Jan 2025 12:56:59 +0100 Subject: [PATCH] Wording fix --- cub/cub/util_cpp_dialect.cuh | 2 +- thrust/thrust/detail/config/cpp_dialect.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cub/cub/util_cpp_dialect.cuh b/cub/cub/util_cpp_dialect.cuh index b98205128fd..34128b7844b 100644 --- a/cub/cub/util_cpp_dialect.cuh +++ b/cub/cub/util_cpp_dialect.cuh @@ -48,7 +48,7 @@ // may be combined. // - CCCL_IGNORE_DEPRECATED_COMPILER // Ignore deprecation warnings when using deprecated compilers. Compiling -// deprecated C++ dialects will still issue warnings. +// with deprecated C++ dialects will still issue warnings. # define CUB_CPP_DIALECT _CCCL_STD_VER diff --git a/thrust/thrust/detail/config/cpp_dialect.h b/thrust/thrust/detail/config/cpp_dialect.h index f04d44f0e32..1c8fb54c7bf 100644 --- a/thrust/thrust/detail/config/cpp_dialect.h +++ b/thrust/thrust/detail/config/cpp_dialect.h @@ -36,7 +36,7 @@ // may be combined. // - CCCL_IGNORE_DEPRECATED_COMPILER // Ignore deprecation warnings when using deprecated compilers. Compiling -// deprecated C++ dialects will still issue warnings. +// with deprecated C++ dialects will still issue warnings. #define THRUST_CPP_DIALECT _CCCL_STD_VER