From 8853c353278a42fcd3f92d553955c8b9df3b14d4 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 27 Sep 2013 22:30:27 +0000 Subject: [PATCH] Implementation of N3760 which is planned to be voted into C++14's draft tomorrow is complete. There is a missing warning due to a serious issue with template instantiation in Clang (and potentially in the core language). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191577 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 3bcc3f8346..d1aa45d88c 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -471,7 +471,7 @@ available.

[[deprecated]] attribute N3760 - No + SVN Single quotation mark as digit separator -- 2.50.1