diff --git a/libcudacxx/include/cuda/std/__expected/bad_expected_access.h b/libcudacxx/include/cuda/std/__expected/bad_expected_access.h index 75766ada689..d3d78755001 100644 --- a/libcudacxx/include/cuda/std/__expected/bad_expected_access.h +++ b/libcudacxx/include/cuda/std/__expected/bad_expected_access.h @@ -66,7 +66,7 @@ template class bad_expected_access : public bad_expected_access { public: - _LIBCUDACXX_HIDE_FROM_ABI explicit bad_expected_access(_Err __e) + _CCCL_HIDE_FROM_ABI explicit bad_expected_access(_Err __e) : __unex_(_CUDA_VSTD::move(__e)) {}