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 | |
| parent | e947f967d1e30b3973f8a789e682da57481a5ece (diff) | |
vendor/libc++/libc++-release_391-r289601vendor/libc++/libc++-release_39-r288847vendor/libc++/libc++-release_39-r288513vendor/libc++/libc++-release_39-r287912
Notes
Diffstat (limited to 'include')
| -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 > |
