From 32f0979f8f43e8655ac3173ae9d93a411111d873 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 9 Feb 2017 22:47:51 +0000 Subject: Disallow explicit instantiation and explicit specialization for deduction guides. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294641 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/cxx_status.html b/www/cxx_status.html index eb0beeb185..6adf7fda8a 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -682,10 +682,14 @@ as the draft C++1z standard evolves. Clang 4 - Template argument deduction for class templates + Template argument deduction for class templates P0091R3 - No + Partial + + P0512R0 + Partial + Non-type template parameters with auto type P0127R2 -- cgit v1.2.3