From 1d44f0fb46e1a6198a0f3dff5060c99040295d46 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 14 Nov 2016 14:53:07 +0000 Subject: [PATCH] Update C++1z status with LFTS issues from Issaquah. llvm-svn: 286834 --- libcxx/www/cxx1z_status.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 15e1363..7134b48 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -325,7 +325,11 @@ 2503multiline option should be added to syntax_option_typeIssaquah 2510Tag types should not be DefaultConstructibleIssaquah 2514Type traits must not be finalIssaquahComplete + 2518[fund.ts.v2] Non-member swap for propagate_const should call member swapIssaquah 2519Iterator operator-= has gratuitous undefined behaviourIssaquahComplete + 2521[fund.ts.v2] weak_ptr's converting move constructor should be modified as well for array supportIssaquah + 2525[fund.ts.v2] get_memory_resource should be const and noexceptIssaquah + 2527[fund.ts.v2] ALLOCATOR_OF for function::operator= has incorrect defaultIssaquah 2531future::get should explicitly state that the shared state is releasedIssaquah 2534Constrain rvalue stream operatorsIssaquah 2536What should <complex.h> do?IssaquahComplete @@ -335,10 +339,12 @@ 2556Wide contract for future::share()IssaquahPatch ready 2562Consistent total ordering of pointers by comparison functorsIssaquah 2567Specification of logical operator traits uses BaseCharacteristic, which is defined only for UnaryTypeTraits and BinaryTypeTraitsIssaquahComplete + 2568[fund.ts.v2] Specification of logical operator traits uses BaseCharacteristic, which is defined only for UnaryTypeTraits and BinaryTypeTraitsIssaquah 2569conjunction and disjunction requirements are too strictIssaquahComplete 2570[fund.ts.v2] conjunction and disjunction requirements are too strictIssaquah 2578Iterator requirements should reference iterator traitsIssaquahComplete 2584 ECMAScript IdentityEscape is ambiguousIssaquah + 2588[fund.ts.v2] "Convertible to bool" requirement in conjunction and disjunctionIssaquah 2589match_results can't satisfy the requirements of a containerIssaquahComplete 2591std::function's member template target() should not lead to undefined behaviourIssaquah 2598addressof works on temporariesIssaquahPatch ready -- 2.7.4