freebsd-dev/contrib/libc++/include
Dimitry Andric 5f5f8832fb Pull in r168610 from upstream libc++:
When using libc++ headers on FreeBSD, in combination with -std=c++98,
  -ansi or -std=c++03, the long long type is not supported.  So in this
  case, several functions and types, like lldiv_t, strtoll(), are not
  declared.

This should make it possible to use the libc++ headers in c++98 mode.

Note: libc++ is originally designed as a c++0x or higher library, so you
should still take care when using it with c++98 or c++03.

Noted by:	Yamaya Takashi <yamayan@kbh.biglobe.ne.jp>
MFC after:	1 week
2012-11-26 21:32:31 +00:00
..
ext Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
__bit_reference Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
__config Pull in r168610 from upstream libc++: 2012-11-26 21:32:31 +00:00
__debug
__functional_03
__functional_base Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
__functional_base_03 Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
__hash_table Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
__locale Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
__mutex_base Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
__split_buffer
__sso_allocator
__std_stream
__tree Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
__tuple Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
__tuple_03
__undef_min_max Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
algorithm Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
array Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
atomic Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
bitset Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
cassert
ccomplex
cctype
cerrno
cfenv
cfloat
chrono Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
cinttypes
ciso646
climits
clocale
cmath Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
codecvt
complex Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
complex.h
condition_variable Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
csetjmp
csignal
cstdarg
cstdbool
cstddef Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
cstdint
cstdio Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
cstdlib Pull in r168610 from upstream libc++: 2012-11-26 21:32:31 +00:00
cstring
ctgmath
ctime
cwchar Pull in r168610 from upstream libc++: 2012-11-26 21:32:31 +00:00
cwctype
deque Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
exception Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
forward_list Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
fstream Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
functional Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
future Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
initializer_list
iomanip
ios Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
iosfwd Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
iostream
istream Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
iterator Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
limits Import new version of libc++. Among other improvements, this comes with an 2012-05-03 17:44:07 +00:00
list Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
locale Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
map Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
memory Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
mutex Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
new Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
numeric
ostream Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
queue Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
random Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
ratio
regex Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
scoped_allocator
set
sstream
stack Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
stdexcept
streambuf Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
string Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
strstream
system_error Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
tgmath.h
thread Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
tuple Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
type_traits Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
typeindex
typeinfo
unordered_map Import libc++ trunk r165949. Among other improvements and bug fixes, 2012-10-22 18:25:04 +00:00
unordered_set
utility Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
valarray Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00
vector Import new version of libc++ into base. 2012-11-13 03:27:43 +00:00