- Sep 28, 2013
-
-
Marshall Clow authored
llvm-svn: 191626
-
Marshall Clow authored
llvm-svn: 191625
-
Marshall Clow authored
llvm-svn: 191598
-
Marshall Clow authored
llvm-svn: 191596
-
Marshall Clow authored
llvm-svn: 191575
-
Marshall Clow authored
llvm-svn: 191573
-
- Sep 25, 2013
-
-
Chandler Carruth authored
libsupc++ in typeinfo.cpp, bringing it into agreement with exception.cpp. This fixes link errors due to duplicate symbols from this translation unit. llvm-svn: 191397
-
- Sep 21, 2013
-
-
Howard Hinnant authored
llvm-svn: 191148
-
Howard Hinnant authored
iterator, allocator) constructor with the intention of it being implicitly converted to the allocator type, it is possible for overload resolution to favour the (iterator, iterator, enable_if) constructor. Eliminate this possibility by moving the enable_if to one of the existing arguments and removing the third argument. llvm-svn: 191145
-
Howard Hinnant authored
Apply LWG 2048. It is amazing to me that this actually works, but the existing tests confirm that it does. c++1y status page now showing libc++ is complete for c++1y modulo dynarray issues. llvm-svn: 191142
-
Howard Hinnant authored
llvm-svn: 191141
-
Howard Hinnant authored
llvm-svn: 191140
-
Howard Hinnant authored
llvm-svn: 191127
-
Howard Hinnant authored
llvm-svn: 191126
-
- Sep 17, 2013
-
-
Joerg Sonnenberger authored
llvm-svn: 190857
-
Howard Hinnant authored
llvm-svn: 190837
-
- Sep 14, 2013
-
-
Howard Hinnant authored
Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid value for broken_promise). llvm-svn: 190756
-
Marshall Clow authored
llvm-svn: 190736
-
Howard Hinnant authored
llvm-svn: 190732
-
Howard Hinnant authored
G M: Make valarray a little more forgiving to compilers not quite so gifted. This has no impact on clang. llvm-svn: 190731
-
- Sep 13, 2013
-
-
Marshall Clow authored
llvm-svn: 190707
-
Marshall Clow authored
llvm-svn: 190700
-
Marshall Clow authored
Initial implementation of <dynarray>. No allocator support pending resolution of LWG #2235; no stack allocation pending compiler support llvm-svn: 190697
-
- Sep 12, 2013
-
-
Marshall Clow authored
llvm-svn: 190614
-
Marshall Clow authored
llvm-svn: 190576
-
Marshall Clow authored
llvm-svn: 190571
-
Howard Hinnant authored
A collection of minor type-o fixes. The first two aren't testable, but all tests pass with them. I stumbled across them while experimenting with a std::move that checks its argument for non-const. The third corrects a test that is currently failing. llvm-svn: 190563
-
- Sep 11, 2013
-
-
Marshall Clow authored
llvm-svn: 190478
-
Marshall Clow authored
LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/multiset. THIS is map/multimap llvm-svn: 190474
-
Marshall Clow authored
llvm-svn: 190454
-
- Sep 09, 2013
-
-
Marshall Clow authored
Update synopsis for list/forward_list/deque to match the allocator style of existing comment. No code change llvm-svn: 190320
-
- Sep 08, 2013
-
-
Marshall Clow authored
llvm-svn: 190283
-
Howard Hinnant authored
llvm-svn: 190280
-
Marshall Clow authored
llvm-svn: 190279
-
- Sep 07, 2013
-
-
Marshall Clow authored
llvm-svn: 190251
-
- Sep 05, 2013
-
-
Marshall Clow authored
llvm-svn: 190032
-
Marshall Clow authored
llvm-svn: 190012
-
- Sep 04, 2013
-
-
Howard Hinnant authored
llvm-svn: 189949
-
Marshall Clow authored
llvm-svn: 189900
-
Marshall Clow authored
llvm-svn: 189894
-