We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f4741 commit 9af518dCopy full SHA for 9af518d
libcudacxx/include/cuda/std/__expected/bad_expected_access.h
@@ -66,7 +66,7 @@ template <class _Err>
66
class bad_expected_access : public bad_expected_access<void>
67
{
68
public:
69
- _LIBCUDACXX_HIDE_FROM_ABI explicit bad_expected_access(_Err __e)
+ _CCCL_HIDE_FROM_ABI explicit bad_expected_access(_Err __e)
70
: __unex_(_CUDA_VSTD::move(__e))
71
{}
72
0 commit comments