From: Richard Smith Date: Sat, 11 Nov 2017 18:00:16 +0000 (+0000) Subject: [cxx_status] Add resolution of CWG issue 1581, since it's an important, visible change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af5ca53a4b7f0b4d018747eb86c057be18fc666d;p=clang [cxx_status] Add resolution of CWG issue 1581, since it's an important, visible change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317983 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 974affdbb7..75bd035500 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -847,7 +847,7 @@ as the draft C++2a standard evolves. Simplifying implicit lambda capture P0588R1 - No + No (14) ADL and function templates that are not visible @@ -859,6 +859,11 @@ as the draft C++2a standard evolves. P0641R2 No + + Less eager instantiation of constexpr functions + P0859R0 + No (15) + Consistent comparison (operator<=>) P0515R3 @@ -885,6 +890,12 @@ as the draft C++2a standard evolves.

(13): This is the resolution to a Defect Report, so is applied to all language versions supporting class template argument deduction. +
+(14): This is the resolution to a Defect Report, so will be applied +to all language versions supporting lamba expressions. +
+(15): This is the resolution to a Defect Report, so will be applied +to all language versions supporting constexpr.