You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/include
Howard Hinnant 3006f595eb Fixed <rdar://problem/9969674>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/apple@137860 91177308-0d34-0410-b5e6-96231b3b80d8
14 years ago
..
ext http://llvm.org/bugs/show_bug.cgi?id=10469 14 years ago
__bit_reference http://llvm.org/bugs/show_bug.cgi?id=10248 15 years ago
__config Synch up with recent changes in trunk 14 years ago
__functional_03 _STD -> _VSTD to avoid macro clash on windows 15 years ago
__functional_base _STD -> _VSTD to avoid macro clash on windows 15 years ago
__functional_base_03 _STD -> _VSTD to avoid macro clash on windows 15 years ago
__hash_table Fix PR10507. http://llvm.org/bugs/show_bug.cgi?id=10507 14 years ago
__locale Conditionally wrap the changes from r134781. 15 years ago
__mutex_base _STD -> _VSTD to avoid macro clash on windows 15 years ago
__split_buffer _STD -> _VSTD to avoid macro clash on windows 15 years ago
__sso_allocator license change 15 years ago
__std_stream _STD -> _VSTD to avoid macro clash on windows 15 years ago
__tree _STD -> _VSTD to avoid macro clash on windows 15 years ago
__tuple Changed constraints on pair and tuple constructors from is_convertible to is_constructible. 15 years ago
__tuple_03 license change 15 years ago
algorithm _STD -> _VSTD to avoid macro clash on windows 15 years ago
array _STD -> _VSTD to avoid macro clash on windows 15 years ago
atomic Provide a more readable error message for <atomic> until it is implemented. 15 years ago
bitset http://llvm.org/bugs/show_bug.cgi?id=10390 15 years ago
cassert license change 15 years ago
ccomplex license change 15 years ago
cctype license change 15 years ago
cerrno Changes to cerrno to protect against the case the ELAST is not defined. 15 years ago
cfenv license change 15 years ago
cfloat license change 15 years ago
chrono _STD -> _VSTD to avoid macro clash on windows 15 years ago
cinttypes Wiped out some non-ascii characters that snuck into the copyright. 16 years ago
ciso646 license change 15 years ago
climits license change 15 years ago
clocale license change 15 years ago
cmath http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. 15 years ago
codecvt license change 15 years ago
complex _STD -> _VSTD to avoid macro clash on windows 15 years ago
complex.h license change 15 years ago
condition_variable _STD -> _VSTD to avoid macro clash on windows 15 years ago
csetjmp license change 15 years ago
csignal license change 15 years ago
cstdarg license change 15 years ago
cstdbool license change 15 years ago
cstddef _STD -> _VSTD to avoid macro clash on windows 15 years ago
cstdint license change 15 years ago
cstdio license change 15 years ago
cstdlib license change 15 years ago
cstring Bug 7983 fixed by Bernhard Rosenkraenzer 15 years ago
ctgmath license change 15 years ago
ctime license change 15 years ago
cwchar license change 15 years ago
cwctype license change 15 years ago
deque _STD -> _VSTD to avoid macro clash on windows 15 years ago
exception _STD -> _VSTD to avoid macro clash on windows 15 years ago
forward_list _STD -> _VSTD to avoid macro clash on windows 15 years ago
fstream _STD -> _VSTD to avoid macro clash on windows 15 years ago
functional http://llvm.org/bugs/show_bug.cgi?id=10250 15 years ago
future http://llvm.org/bugs/show_bug.cgi?id=10346 15 years ago
initializer_list Applied noexcept to everything in [language.support] (Chapter 18) 15 years ago
iomanip license change 15 years ago
ios _STD -> _VSTD to avoid macro clash on windows 15 years ago
iosfwd http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. 15 years ago
iostream license change 15 years ago
istream Fixing up some ABI issues 15 years ago
iterator _STD -> _VSTD to avoid macro clash on windows 15 years ago
limits Applied noexcept to everything in [language.support] (Chapter 18) 15 years ago
list _STD -> _VSTD to avoid macro clash on windows 15 years ago
locale Revert locale for apple back to original design, getting rid of now useless helper *_l functions 15 years ago
map Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 15 years ago
memory Synch up with recent changes in trunk 14 years ago
mutex _STD -> _VSTD to avoid macro clash on windows 15 years ago
new Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools. 15 years ago
numeric license change 15 years ago
ostream Fixing up some ABI issues 15 years ago
queue _STD -> _VSTD to avoid macro clash on windows 15 years ago
random _STD -> _VSTD to avoid macro clash on windows 15 years ago
ratio Upgrade <ratio> to use template aliases when available. 15 years ago
regex _STD -> _VSTD to avoid macro clash on windows 15 years ago
scoped_allocator _STD -> _VSTD to avoid macro clash on windows 15 years ago
set Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 15 years ago
sstream _STD -> _VSTD to avoid macro clash on windows 15 years ago
stack _STD -> _VSTD to avoid macro clash on windows 15 years ago
stdexcept Applied noexcept to everything in [diagnostics] (Chapter 19) 15 years ago
streambuf _STD -> _VSTD to avoid macro clash on windows 15 years ago
string Fixed <rdar://problem/9969674> 14 years ago
strstream Fixing up some ABI issues 15 years ago
system_error Applied noexcept to everything in [diagnostics] (Chapter 19) 15 years ago
tgmath.h license change 15 years ago
thread _STD -> _VSTD to avoid macro clash on windows 15 years ago
tuple _STD -> _VSTD to avoid macro clash on windows 15 years ago
type_traits Synch up with recent changes in trunk 14 years ago
typeindex noexcept for <typeindex>. This completes Chapter 20 [utilities]. 15 years ago
typeinfo Applied noexcept to everything in [language.support] (Chapter 18) 15 years ago
unordered_map http://llvm.org/bugs/show_bug.cgi?id=10455 14 years ago
unordered_set Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 15 years ago
utility Synch up with recent changes in trunk 14 years ago
valarray Synch up with recent changes in trunk 14 years ago
vector Make vector<bool>::reference and const_reference public 15 years ago