From 7afe9ea96f65dc0f32fd57e097967d0414b7b54f Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 3 Jul 2019 20:32:35 +0000 Subject: Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://reviews.llvm.org/D63051 llvm-svn: 365080 --- libcxx/www/cxx1z_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/www') diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 5427d488046..100d1592730 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -257,7 +257,7 @@ 2244Issue on basic_istream::seekgKonaComplete 2250Follow-up On Library Issue 2207KonaComplete 2259Issues in 17.6.5.5 rules for member functionsKonaComplete - 2273regex_match ambiguityKona + 2273regex_match ambiguityKonaComplete 2336is_trivially_constructible/is_trivially_assignable traits are always falseKonaComplete 2353std::next is over-constrainedKonaComplete 2367pair and tuple are not correctly implemented for is_constructible with no argsKonaComplete @@ -503,7 +503,7 @@ -

Last Updated: 26-Feb-2018

+

Last Updated: 3-Jul-2019

-- cgit v1.2.3