Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Change an enable_if to an internal _EnableIf
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored and brycelelbach committed Oct 3, 2020
1 parent e6e7333 commit c8cf57b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libcxx/include/tuple
Original file line number Diff line number Diff line change
Expand Up @@ -963,11 +963,11 @@ public:
}

template <class _Tuple,
typename enable_if
_EnableIf
<
__tuple_assignable<_Tuple, tuple>::value,
void*
>::type = nullptr
bool
> = false
>
_LIBCUDACXX_INLINE_VISIBILITY
tuple&
Expand Down

0 comments on commit c8cf57b

Please sign in to comment.