Skip to content

Commit

Permalink
Remove re-declaration of reference_wrapper
Browse files Browse the repository at this point in the history
This type was already forward-declared in `is_reference_wrapper.h`.
Redeclaring it with the vis attribute broke gcc.
  • Loading branch information
alliepiper committed May 6, 2024
1 parent 7816736 commit 0aa726d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcudacxx/include/cuda/std/detail/libcxx/include/type_traits
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,6 @@ namespace std

_LIBCUDACXX_BEGIN_NAMESPACE_STD

template <class _Tp>
class _LIBCUDACXX_TEMPLATE_VIS reference_wrapper;
template <class _Tp>
struct _LIBCUDACXX_TEMPLATE_VIS hash;

Expand Down

0 comments on commit 0aa726d

Please sign in to comment.