Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Sep 17, 2024
1 parent 4891f94 commit 0bf8c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcudacxx/include/cuda/std/__cccl/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#elif __has_include(<bits/c++config.h>) // libstdc++ uses __glibcxx_assert from <bits/c++config.h>
# include <bits/c++config.h>
# 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
Expand Down

0 comments on commit 0bf8c0e

Please sign in to comment.