Nick Kledzik
|
11f376d956
libcpp-24
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
043fe1d931
provide ~future_error() definition
|
%!s(int64=14) %!d(string=hai) anos |
Sean Hunt
|
cb05a0801a
Fix typo
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
ac6de546bd
Fixing up some ABI issues
|
%!s(int64=14) %!d(string=hai) anos |
Sean Hunt
|
12c3d374a5
<inttypes.h> does not necessarily include <stdint.h>. Accordingly, do
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
9f66bffdbe
Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
3c8894b078
Make the default Makefile less destructive: John McCall
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
f03c3b4612
http://llvm.org/bugs/show_bug.cgi?id=10248
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
90d7785eba
http://llvm.org/bugs/show_bug.cgi?id=10250
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
74248888ab
Changed constraints on pair and tuple constructors from is_convertible to is_constructible.
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
61aa6013c3
Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
0949eedbd6
_STD -> _VSTD to avoid macro clash on windows
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
d318d49e5c
Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
a2a08b43ee
test for pair piecewise construction
|
%!s(int64=14) %!d(string=hai) anos |
Douglas Gregor
|
35d2fcfc8e
Teach libc++ about the addressof() overloads it needs to work with
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
f5d76a7afc
Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
7604fea08c
More fixes: One of my fixes to type_traits earlier today was incorrect, so that is reverted. Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map. I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map. Specifically, inserting rvalues of move-only types for the keys.
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
d4b957820c
Miscellaneous minor fixes in <type_traits>
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
2b1b2d40d7
Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools.
|
%!s(int64=14) %!d(string=hai) anos |
Nick Kledzik
|
8f5f2563aa
more Apple build system tweaks
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
c7c3891199
Update CREDITS.TXT
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
c28dbeee52
Move nullptr_t to unversioned namespace: Sean Hunt
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
58cd8231d8
noexcept for <stack>. This completes noexcept for Chapter 23 [containers].
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
6a09441022
noexcept for <queue>.
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
04dae1df22
noexcept for <unordered_set>.
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
5f2f14c5d2
noexcept for <unordered_map>.
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
8b53768dac
Made more implementation details of [multi]map/set noexcept.
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
b2e2a8f6f3
noexcept for <set>. Plus a few fixes to noexcept for <map>.
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
7686add61e
noexcept for <map>.
|
%!s(int64=14) %!d(string=hai) anos |
Howard Hinnant
|
d1d27a4afa
noexcept for <vector>. This also includes installing move_if_noexcept() into vector.
|
%!s(int64=14) %!d(string=hai) anos |