summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-02-04 22:57:01 +0000
committerEric Fiselier <eric@efcs.ca>2017-02-04 22:57:01 +0000
commit5ddaeb888d807b5512546d5f666a581afddde6cc (patch)
tree0434aeda3b0a66195e10dbf115da1cf284edd094
parent2247458d179ed6470d266f55e0909ee301e3d758 (diff)
downloadbcm5719-llvm-5ddaeb888d807b5512546d5f666a581afddde6cc.tar.gz
bcm5719-llvm-5ddaeb888d807b5512546d5f666a581afddde6cc.zip
Fix inconsistency in tuple's SFINAE. Patch from Andrey Khalyavin"
llvm-svn: 294106
-rw-r--r--libcxx/include/tuple2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/tuple b/libcxx/include/tuple
index a17ea01f102..b48e2d61927 100644
--- a/libcxx/include/tuple
+++ b/libcxx/include/tuple
@@ -751,7 +751,7 @@ public:
_CheckArgsConstructor<
!_EnableImplicitReducedArityExtension
&& sizeof...(_Up) < sizeof...(_Tp)
- && !_PackExpandsToThisTuple<_Up...>()
+ && !_PackExpandsToThisTuple<_Up...>::value
>::template __enable_implicit<_Up...>(),
bool
>::type = false
OpenPOWER on IntegriCloud