.. |
ext
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__bit_reference
|
f03c3b4612
http://llvm.org/bugs/show_bug.cgi?id=10248
|
14 年之前 |
__config
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__functional_03
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__functional_base
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__functional_base_03
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__hash_table
|
9f66bffdbe
Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278
|
14 年之前 |
__locale
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__mutex_base
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__split_buffer
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__sso_allocator
|
b64f8b07c1
license change
|
14 年之前 |
__std_stream
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__tree
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
__tuple
|
74248888ab
Changed constraints on pair and tuple constructors from is_convertible to is_constructible.
|
14 年之前 |
__tuple_03
|
b64f8b07c1
license change
|
14 年之前 |
algorithm
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
array
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
atomic
|
154002bb5d
Provide a more readable error message for <atomic> until it is implemented.
|
14 年之前 |
bitset
|
f03c3b4612
http://llvm.org/bugs/show_bug.cgi?id=10248
|
14 年之前 |
cassert
|
b64f8b07c1
license change
|
14 年之前 |
ccomplex
|
b64f8b07c1
license change
|
14 年之前 |
cctype
|
b64f8b07c1
license change
|
14 年之前 |
cerrno
|
8c1aa2c24d
Changes to cerrno to protect against the case the ELAST is not defined.
|
14 年之前 |
cfenv
|
b64f8b07c1
license change
|
14 年之前 |
cfloat
|
b64f8b07c1
license change
|
14 年之前 |
chrono
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
cinttypes
|
f5256e16df
Wiped out some non-ascii characters that snuck into the copyright.
|
15 年之前 |
ciso646
|
b64f8b07c1
license change
|
14 年之前 |
climits
|
b64f8b07c1
license change
|
14 年之前 |
clocale
|
b64f8b07c1
license change
|
14 年之前 |
cmath
|
0a111118a6
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.
|
14 年之前 |
codecvt
|
b64f8b07c1
license change
|
14 年之前 |
complex
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
complex.h
|
b64f8b07c1
license change
|
14 年之前 |
condition_variable
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
csetjmp
|
b64f8b07c1
license change
|
14 年之前 |
csignal
|
b64f8b07c1
license change
|
14 年之前 |
cstdarg
|
b64f8b07c1
license change
|
14 年之前 |
cstdbool
|
b64f8b07c1
license change
|
14 年之前 |
cstddef
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
cstdint
|
b64f8b07c1
license change
|
14 年之前 |
cstdio
|
b64f8b07c1
license change
|
14 年之前 |
cstdlib
|
b64f8b07c1
license change
|
14 年之前 |
cstring
|
8177207f3c
Bug 7983 fixed by Bernhard Rosenkraenzer
|
15 年之前 |
ctgmath
|
b64f8b07c1
license change
|
14 年之前 |
ctime
|
b64f8b07c1
license change
|
14 年之前 |
cwchar
|
b64f8b07c1
license change
|
14 年之前 |
cwctype
|
b64f8b07c1
license change
|
14 年之前 |
deque
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
exception
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
forward_list
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
fstream
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
functional
|
90d7785eba
http://llvm.org/bugs/show_bug.cgi?id=10250
|
14 年之前 |
future
|
ac6de546bd
Fixing up some ABI issues
|
14 年之前 |
initializer_list
|
ed56921d6e
Applied noexcept to everything in [language.support] (Chapter 18)
|
14 年之前 |
iomanip
|
b64f8b07c1
license change
|
14 年之前 |
ios
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
iosfwd
|
0a111118a6
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.
|
14 年之前 |
iostream
|
b64f8b07c1
license change
|
14 年之前 |
istream
|
ac6de546bd
Fixing up some ABI issues
|
14 年之前 |
iterator
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
limits
|
ed56921d6e
Applied noexcept to everything in [language.support] (Chapter 18)
|
14 年之前 |
list
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
locale
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
map
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
14 年之前 |
memory
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
14 年之前 |
mutex
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
new
|
2b1b2d40d7
Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools.
|
14 年之前 |
numeric
|
b64f8b07c1
license change
|
14 年之前 |
ostream
|
ac6de546bd
Fixing up some ABI issues
|
14 年之前 |
queue
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
random
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
ratio
|
20eda8b563
Upgrade <ratio> to use template aliases when available.
|
14 年之前 |
regex
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
scoped_allocator
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
set
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
14 年之前 |
sstream
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
stack
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
stdexcept
|
1e15fd1856
Applied noexcept to everything in [diagnostics] (Chapter 19)
|
14 年之前 |
streambuf
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
string
|
ac6de546bd
Fixing up some ABI issues
|
14 年之前 |
strstream
|
ac6de546bd
Fixing up some ABI issues
|
14 年之前 |
system_error
|
1e15fd1856
Applied noexcept to everything in [diagnostics] (Chapter 19)
|
14 年之前 |
tgmath.h
|
b64f8b07c1
license change
|
14 年之前 |
thread
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
tuple
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
type_traits
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
typeindex
|
0687adca37
noexcept for <typeindex>. This completes Chapter 20 [utilities].
|
14 年之前 |
typeinfo
|
ed56921d6e
Applied noexcept to everything in [language.support] (Chapter 18)
|
14 年之前 |
unordered_map
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
14 年之前 |
unordered_set
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
14 年之前 |
utility
|
74248888ab
Changed constraints on pair and tuple constructors from is_convertible to is_constructible.
|
14 年之前 |
valarray
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
14 年之前 |
vector
|
f03c3b4612
http://llvm.org/bugs/show_bug.cgi?id=10248
|
14 年之前 |