From e331dfea704c844836246c6d9c54ba00f1e3e24d Mon Sep 17 00:00:00 2001 From: Marek Kurdej Date: Thu, 12 Nov 2020 09:32:29 +0100 Subject: [PATCH] [libc++] [P0340] [C++20] Update status page. NFC. This was implemented in 410b650e674496e61506fa88f3026759b8759d0f: "Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https://reviews.llvm.org/D63574 llvm-svn: 364094" --- libcxx/www/cxx2a_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/www/cxx2a_status.html b/libcxx/www/cxx2a_status.html index 254eb9a..f0d1acf 100644 --- a/libcxx/www/cxx2a_status.html +++ b/libcxx/www/cxx2a_status.html @@ -139,7 +139,7 @@ P0339R6LWGpolymorphic_allocator<> as a vocabulary typeKona - P0340R3LWGMaking std::underlying_type SFINAE-friendlyKona + P0340R3LWGMaking std::underlying_type SFINAE-friendlyKonaComplete9.0 P0738R2LWGI Stream, You Stream, We All Stream for istream_iteratorKona P0811R3LWGWell-behaved interpolation for numbers and pointersKonaComplete9.0 P0920R2LWGPrecalculated hash values in lookupKonaReverted by P1661 -- 2.7.4