diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-11-25 19:11:46 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-11-25 19:11:46 +0000 |
commit | b50f1549701eb950921e5d6f2e55ba1a1dadbb43 (patch) | |
tree | b84d5192f070b69bce96266c2ffe86fdda36a0f9 /include/tuple | |
parent | e947f967d1e30b3973f8a789e682da57481a5ece (diff) | |
download | src-b50f1549701eb950921e5d6f2e55ba1a1dadbb43.tar.gz src-b50f1549701eb950921e5d6f2e55ba1a1dadbb43.zip |
Vendor import of libc++ release_39 branch r287912:vendor/libc++/libc++-release_391-r289601vendor/libc++/libc++-release_39-r288847vendor/libc++/libc++-release_39-r288513vendor/libc++/libc++-release_39-r287912
Notes
Notes:
svn path=/vendor/libc++/dist/; revision=309160
svn path=/vendor/libc++/libc++-release_391-r289601/; revision=310165; tag=vendor/libc++/libc++-release_391-r289601
Diffstat (limited to 'include/tuple')
-rw-r--r-- | include/tuple | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tuple b/include/tuple index 6805d8c7635b..744a3ff032d0 100644 --- a/include/tuple +++ b/include/tuple @@ -681,7 +681,7 @@ public: < _CheckArgsConstructor< _Dummy - >::template __enable_implicit<_Tp...>(), + >::template __enable_implicit<_Tp const&...>(), bool >::type = false > @@ -699,7 +699,7 @@ public: < _CheckArgsConstructor< _Dummy - >::template __enable_explicit<_Tp...>(), + >::template __enable_explicit<_Tp const&...>(), bool >::type = false > @@ -717,7 +717,7 @@ public: < _CheckArgsConstructor< _Dummy - >::template __enable_implicit<_Tp...>(), + >::template __enable_implicit<_Tp const&...>(), bool >::type = false > @@ -736,7 +736,7 @@ public: < _CheckArgsConstructor< _Dummy - >::template __enable_explicit<_Tp...>(), + >::template __enable_explicit<_Tp const&...>(), bool >::type = false > |