summaryrefslogtreecommitdiffstats
path: root/libcxx/www/cxx1y_status.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bad link for n3789; thanks to Chip Davis for the catchMarshall Clow2013-09-281-1/+1
| | | | llvm-svn: 191598
* Missed a change that didn't have an issue number 'GB 9'Marshall Clow2013-09-271-0/+1
| | | | llvm-svn: 191575
* Updated table with results from ChicagoMarshall Clow2013-09-271-6/+32
| | | | llvm-svn: 191573
* Apply LWG 2048. It is amazing to me that this actually works, but the ↵Howard Hinnant2013-09-211-1/+1
| | | | | | existing tests confirm that it does. c++1y status page now showing libc++ is complete for c++1y modulo dynarray issues. llvm-svn: 191142
* Apply LWG 2021. This is only a documentation change. Also bringing c++1y ↵Howard Hinnant2013-09-211-4/+4
| | | | | | status page up to date. llvm-svn: 191141
* Fix link to dynarray issueMarshall Clow2013-09-131-1/+1
| | | | llvm-svn: 190707
* Update status for <dynarray>Marshall Clow2013-09-131-1/+3
| | | | llvm-svn: 190700
* N3545: Quoted stringsMarshall Clow2013-09-051-1/+1
| | | | llvm-svn: 190032
* Mark issues 2103, 2005, 2196 and 2203 as complete. No code changes.Marshall Clow2013-09-041-5/+5
| | | | llvm-svn: 190012
* Updated status for LSG issues 2122, 2169, 2177, 2140 and 2086.Marshall Clow2013-09-041-6/+6
| | | | llvm-svn: 189900
* Update status of issues 2045, 2050, 2080, 2081, 2083, 2130, 2137 and 2177. Marshall Clow2013-09-041-6/+6
| | | | llvm-svn: 189894
* LWG Issue 2148: Hashing EnumsMarshall Clow2013-09-031-1/+1
| | | | llvm-svn: 189831
* Fix a typo in the status for <optional>Marshall Clow2013-09-031-1/+1
| | | | llvm-svn: 189809
* Implement N3672, optional<T>.Howard Hinnant2013-09-021-1/+1
| | | | llvm-svn: 189772
* SFINAE out duration converting constructor if the constructor would ↵Howard Hinnant2013-08-311-1/+1
| | | | | | otherwise cause a ratio compile-time overflow. This fixes LWG 2094. llvm-svn: 189722
* is_destructible for function types was mistakenly returning true instead of ↵Howard Hinnant2013-08-301-1/+1
| | | | | | false. This is true in both C++11 and C++1y, but has been clarified by the post C++11 LWG issue 2049. llvm-svn: 189687
* LWG Issue 2128: Implement global cbegin/rbegin/cend/rbeginMarshall Clow2013-08-301-1/+1
| | | | llvm-svn: 189634
* Typo: I wrote "2058" into the status column for issue 2058 instead of "Complete"Marshall Clow2013-08-291-1/+1
| | | | llvm-svn: 189602
* Mark LWG issues 2109, 222, 2058, 2091 and 2092 as complete. No changes to ↵Marshall Clow2013-08-291-5/+5
| | | | | | libc++ code. llvm-svn: 189601
* Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code ↵Marshall Clow2013-08-291-6/+6
| | | | | | changes to libc++ llvm-svn: 189586
* Marked #2163 as complete in previous commit instead of #2162. Corrected.Marshall Clow2013-08-271-2/+2
| | | | llvm-svn: 189401
* LWG Issue 2162: mark allocator_traits::maxsize as noexceptMarshall Clow2013-08-271-1/+1
| | | | llvm-svn: 189399
* LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make ↵Marshall Clow2013-08-271-3/+3
| | | | | | (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11 llvm-svn: 189398
* Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++.Marshall Clow2013-08-271-3/+3
| | | | llvm-svn: 189359
* Update synopsis in <locale> to match LWG Issue 2229. No code changeMarshall Clow2013-08-271-1/+1
| | | | llvm-svn: 189352
* Implement LWG issue 2061Marshall Clow2013-08-271-1/+1
| | | | llvm-svn: 189345
* Mark LWG issues 2011, 2015, 2033, 2065, 2071, 2102, 2235 as complete b/c ↵Marshall Clow2013-08-261-7/+7
| | | | | | libc++ already fixed them. llvm-svn: 189232
* Mark LWG issues #2083, 2099 and 2105 as complete. No functionality change.Marshall Clow2013-08-221-3/+3
| | | | llvm-svn: 189044
* LWG 2145 - mark constructor for std::error_category as inline and constexpr. ↵Marshall Clow2013-08-211-1/+1
| | | | | | Leave the (existing, out-of-line, non-constexpr) in the dylib for compatibility with existing programs) llvm-svn: 188858
* Updated status of issues #2093, 2144, and 2185Marshall Clow2013-08-201-3/+3
| | | | llvm-svn: 188813
* Updated status and description of issues 2064, 2069 and 2096.Marshall Clow2013-08-201-3/+3
| | | | llvm-svn: 188811
* Updated status of issues #2028, 2047, and 2053.Marshall Clow2013-08-201-3/+3
| | | | llvm-svn: 188810
* Updated status of issues #1214, 2207 and 2209. They were already ↵Marshall Clow2013-08-201-3/+3
| | | | | | implemented, so no functionality change was needed. llvm-svn: 188803
* Added some missing issues to the c++1y status page, and put in hyperlinks ↵Howard Hinnant2013-08-141-22/+42
| | | | | | for the papers. llvm-svn: 188387
* remove CWG papers from list; add link to clang status pageMarshall Clow2013-08-141-14/+14
| | | | llvm-svn: 188383
* Added CWG and SG1 papers to libc++ status pageMarshall Clow2013-08-141-24/+51
| | | | llvm-svn: 188381
* Mark LWG Issue #2110 and #2113 as completed - they were already doneMarshall Clow2013-08-141-2/+2
| | | | llvm-svn: 188378
* Add a deleted assignment operator for basic_ostream; LWG Issue #2067Marshall Clow2013-08-141-1/+1
| | | | llvm-svn: 188375
* Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)Marshall Clow2013-08-131-1/+1
| | | | llvm-svn: 188333
* Update for N3657 and issue 2010Marshall Clow2013-08-131-2/+2
| | | | llvm-svn: 188321
* Updated issues 2039, 2044, 2197, 2225, and 2231Marshall Clow2013-08-131-6/+6
| | | | llvm-svn: 188294
* Updated Issue 2187Marshall Clow2013-08-131-4/+4
| | | | llvm-svn: 188286
* Removed 'Ready' issues from BristolMarshall Clow2013-08-131-13/+0
| | | | llvm-svn: 188284
* Updated issues 2009 and 2074Marshall Clow2013-08-131-2/+2
| | | | llvm-svn: 188283
* Fix template formatting. No, reallyMarshall Clow2013-08-131-2/+2
| | | | llvm-svn: 188277
* escape some template specsMarshall Clow2013-08-131-1/+1
| | | | llvm-svn: 188276
* Create a C++14 status pageMarshall Clow2013-08-131-0/+152
llvm-svn: 188273
OpenPOWER on IntegriCloud