Update libc++ to release_39 branch r287912.

This commit is contained in:
Dimitry Andric 2016-11-26 15:01:35 +00:00
commit b817d7a5b2

View File

@ -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
>