From 2a34052dacfc7ec689016452bc4b0139a22dbc39 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 20 Aug 2013 16:59:06 +0000 Subject: [PATCH] Updated status of issues #2093, 2144, and 2185 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188813 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 94d72b20..89f0efe2 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -139,7 +139,7 @@ 2091Misplaced effect in m.try_lock_for()Bristol 2092Vague Wording for condition_variable_anyBristol - 2093Throws clause of condition_variable::wait with predicateBristol + 2093Throws clause of condition_variable::wait with predicateBristolComplete 2094duration conversion overflow shouldn't participate in overload resolutionBristol 2122merge() stability for lists versus forward listsBristol 2128Absence of global functions cbegin/cendBristol @@ -157,12 +157,12 @@ 2130missing ordering constraints for fencesBristol 2138atomic_flag::clear ordering constraintsBristol 2140notify_all_at_thread_exit synchronizationBristol - 2144Missing noexcept specification in type_indexBristol + 2144Missing noexcept specification in type_indexBristolComplete 2174wstring_convert::converted() should be noexceptBristol 2175string_convert and wbuffer_convert validityBristol 2176Special members for wstring_convert and wbuffer_convertBristol 2177Requirements on Copy/MoveInsertableBristol - 2185Missing throws clause for future/shared_future::wait_for/wait_untilBristol + 2185Missing throws clause for future/shared_future::wait_for/wait_untilBristolComplete 2187vector<bool> is missing emplace and emplace_back member functionsBristolComplete 2190ordering of condition variable operations, reflects Posix discussionBristol 2196Specification of is_*[copy/move]_[constructible/assignable] unclear for non-referencable typesBristol