Update libc++ to release_39 branch r287912.
This commit is contained in:
commit
b817d7a5b2
@ -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
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user