Skip to content

Commit 9af518d

Browse files
committed
Fix typo
1 parent a9f4741 commit 9af518d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcudacxx/include/cuda/std/__expected/bad_expected_access.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ template <class _Err>
6666
class bad_expected_access : public bad_expected_access<void>
6767
{
6868
public:
69-
_LIBCUDACXX_HIDE_FROM_ABI explicit bad_expected_access(_Err __e)
69+
_CCCL_HIDE_FROM_ABI explicit bad_expected_access(_Err __e)
7070
: __unex_(_CUDA_VSTD::move(__e))
7171
{}
7272

0 commit comments

Comments
 (0)