From 0bf8c0e2e4109e7d1df1b25e38dd81950c051c8b Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Tue, 17 Sep 2024 15:15:19 +0200 Subject: [PATCH] Improve comment --- libcudacxx/include/cuda/std/__cccl/assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcudacxx/include/cuda/std/__cccl/assert.h b/libcudacxx/include/cuda/std/__cccl/assert.h index ed64e3f751..c54cd235ac 100644 --- a/libcudacxx/include/cuda/std/__cccl/assert.h +++ b/libcudacxx/include/cuda/std/__cccl/assert.h @@ -64,7 +64,7 @@ #elif __has_include() // libstdc++ uses __glibcxx_assert from # include # if defined(_GLIBCXX_RELEASE) && _GLIBCXX_RELEASE >= 12 -// libstdc++ does not fully qualify its use of `__is_constant_evaluated` +// libstdc++ does not fully qualify its use of `__is_constant_evaluated`, so we need to pull it into cuda::std // It was introduced in the assert handling in 5e8a30d // libstdc++ : Redefine __glibcxx_assert to work in C++ 23 constexpr _LIBCUDACXX_BEGIN_NAMESPACE_STD