From a2cc95e5b7733625e304f9c0eda22e152a1b2b33 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 2 Jun 2016 04:13:41 +0000 Subject: [PATCH] Mark LWG issue 2218 as complete. LWG issue 2218 relaxes a restriction on how containers can call Alloc::construct(...) and Alloc::destroy(...). There is nothing new to test. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271477 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1z_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html index 9f66a6202..1e5ac48cc 100644 --- a/www/cxx1z_status.html +++ b/www/cxx1z_status.html @@ -171,7 +171,7 @@ 2127Move-construction with raw_storage_iteratorKonaComplete 2133Attitude to overloaded comma for iteratorsKonaComplete 2156Unordered containers' reserve(n) reserves for n-1 elementsKonaComplete - 2218Unclear how containers use allocator_traits::construct()Kona + 2218Unclear how containers use allocator_traits::construct()KonaComplete 2219INVOKE-ing a pointer to member with a reference_wrapper as the object expressionKonaComplete 2224Ambiguous status of access to non-live objectsKonaComplete 2234assert() should allow usage in constant expressionsKonaComplete