Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Jan 29, 2025
1 parent a9f4741 commit 9af518d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ template <class _Err>
class bad_expected_access : public bad_expected_access<void>
{
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))
{}

Expand Down

0 comments on commit 9af518d

Please sign in to comment.