opnsense-src/contrib/libc++/include
Dimitry Andric b770021fdb Pull in r233552 from upstream libc++ trunk (by Eric Fiselier):
[libcxx] Fix PR22771 - Support access control SFINAE in the library
  version of is_convertible.

  Summary:
  Currently the conversion check does not take place in a context where
  access control SFINAE is applied. This patch changes the context of
  the test expression so that SFINAE occurs if access control does not
  permit the conversion.

  Related bug: https://llvm.org/bugs/show_bug.cgi?id=22771

  Reviewers: mclow.lists, rsmith, dim

  Reviewed By: dim

  Subscribers: dim, rodrigc, emaste, cfe-commits

  Differential Revision: http://reviews.llvm.org/D8461

This fixes building clang, and other programs using libc++, with newer
versions of gcc (specifically, gcc 4.8 and higher).

Reported by:	rodrigc
MFC after:	1 week
2015-03-30 19:36:33 +00:00
..
experimental
ext
__bit_reference
__config
__debug
__functional_03
__functional_base
__functional_base_03
__hash_table
__locale
__mutex_base
__refstring
__split_buffer
__sso_allocator
__std_stream
__tree
__tuple
__tuple_03
__undef_min_max
algorithm
array
atomic
bitset
cassert
ccomplex
cctype
cerrno
cfenv
cfloat
chrono
cinttypes
ciso646
climits
clocale
cmath
codecvt
complex
complex.h
condition_variable
csetjmp
csignal
cstdarg
cstdbool
cstddef
cstdint
cstdio
cstdlib
cstring
ctgmath
ctime
cwchar
cwctype
deque
exception
forward_list
fstream
functional
future
initializer_list
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
module.modulemap
mutex
new
numeric
ostream
queue
random
ratio Import libc++ 3.4 release. This contains a lot of bugfixes, and some 2014-01-30 07:44:22 +00:00
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf
string
strstream
system_error
tgmath.h
thread
tuple
type_traits Pull in r233552 from upstream libc++ trunk (by Eric Fiselier): 2015-03-30 19:36:33 +00:00
typeindex
typeinfo
unordered_map
unordered_set
utility
valarray
vector