diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2014-02-25 16:11:46 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2014-02-25 16:11:46 +0000 |
| commit | 8e554d93dad7bca01a5d802f2003b6444c6866ce (patch) | |
| tree | 16e834e8d0e0d046ba620c9a2f9a18f24fba9f34 /www | |
| parent | 4ffb67eca5641dfe72424c22a6ecf987d816a47a (diff) | |
| download | external_libcxx-8e554d93dad7bca01a5d802f2003b6444c6866ce.tar.gz external_libcxx-8e554d93dad7bca01a5d802f2003b6444c6866ce.tar.bz2 external_libcxx-8e554d93dad7bca01a5d802f2003b6444c6866ce.zip | |
Implement LWG issue 2301: Mark std::tie as constexpr
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@202158 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
| -rw-r--r-- | www/cxx1y_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index bb99d19f3..2ac2ad2a6 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -240,7 +240,7 @@ <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2258">2258</a></td><td>a.erase(q1, q2) unable to directly return q2</td><td>Issaquah</td><td>Complete</td></tr> <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2263">2263</a></td><td>Comparing iterators and allocator pointers with different const-character</td><td>Issaquah</td><td></td></tr> <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2293">2293</a></td><td>Wrong facet used by num_put::do_put</td><td>Issaquah</td><td>Complete</td></tr> - <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2301">2301</a></td><td>Why is std::tie not constexpr?</td><td>Issaquah</td><td></td></tr> + <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2301">2301</a></td><td>Why is std::tie not constexpr?</td><td>Issaquah</td><td>Complete</td></tr> <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2304">2304</a></td><td>Complexity of count in unordered associative containers</td><td>Issaquah</td><td>Complete</td></tr> <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2306">2306</a></td><td>match_results::reference should be value_type&, not const value_type&</td><td>Issaquah</td><td></td></tr> <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2308">2308</a></td><td>Clarify container destructor requirements w.r.t. std::array</td><td>Issaquah</td><td>Complete</td></tr> |
