commit | 5ddaeb888d807b5512546d5f666a581afddde6cc | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Sat Feb 04 22:57:01 2017 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Sat Feb 04 22:57:01 2017 +0000 |
tree | 0434aeda3b0a66195e10dbf115da1cf284edd094 | |
parent | 2247458d179ed6470d266f55e0909ee301e3d758 [diff] [blame] |
Fix inconsistency in tuple's SFINAE. Patch from Andrey Khalyavin" llvm-svn: 294106
diff --git a/libcxx/include/tuple b/libcxx/include/tuple index a17ea01..b48e2d6 100644 --- a/libcxx/include/tuple +++ b/libcxx/include/tuple
@@ -751,7 +751,7 @@ _CheckArgsConstructor< !_EnableImplicitReducedArityExtension && sizeof...(_Up) < sizeof...(_Tp) - && !_PackExpandsToThisTuple<_Up...>() + && !_PackExpandsToThisTuple<_Up...>::value >::template __enable_implicit<_Up...>(), bool >::type = false