From 344df110e56fa97fa7225f78a3386636a2da7939 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sun, 6 Oct 2019 18:50:40 +0000 Subject: Implements CWG 1601 in [over.ics.rank/4.2] Summary: The overload resolution for enums with a fixed underlying type has changed in the C++14 standard. This patch implements the new rule. Patch by Mark de Wever! Reviewers: rsmith Reviewed By: rsmith Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D65695 llvm-svn: 373866 --- clang/www/cxx_dr_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/www/cxx_dr_status.html') diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 40af4732ef6..83567e29f48 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -9421,7 +9421,7 @@ and POD class 1601 C++14 Promotion of enumeration with fixed underlying type - Unknown + SVN 1602 -- cgit v1.2.3