From: Douglas Gregor Date: Wed, 11 May 2011 23:45:11 +0000 (+0000) Subject: Implement CWG1170, which makes access-control errors into template X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7822ee3ef9f0d5cfd289258614ac31be70097449;p=clang Implement CWG1170, which makes access-control errors into template argument deduction failures. Only implemented in C++0x, since this is a significant change in behavior from C++98/03. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 9dcddfad60..f07830a6bf 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -32,6 +32,7 @@ td {
  • Checks for Upcoming Standard Language Features