Fix inconsistency in tuple's SFINAE. Patch from Andrey Khalyavin"

llvm-svn: 294106
This commit is contained in:
Eric Fiselier 2017-02-04 22:57:01 +00:00
parent 2247458d17
commit 5ddaeb888d
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ public:
_CheckArgsConstructor<
!_EnableImplicitReducedArityExtension
&& sizeof...(_Up) < sizeof...(_Tp)
&& !_PackExpandsToThisTuple<_Up...>()
&& !_PackExpandsToThisTuple<_Up...>::value
>::template __enable_implicit<_Up...>(),
bool
>::type = false