From: Douglas Gregor
Date: Thu, 23 Jul 2009 23:58:15 +0000 (+0000)
Subject: Update C++ status to reflect progress on out-of-line definitions of class template...
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75b451eb3177608bbaab5269839dc30eb600fbb9;p=clang
Update C++ status to reflect progress on out-of-line definitions of class template members
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76917 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index d3308608ef..1fcf9e2c64 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -1836,35 +1836,38 @@ welcome!
14.5.1 [temp.class] |
- |
+ |
+ |
+ |
|
- |
- |
- No out-of-line definitions of the members of a template. |
+ |
14.5.1.1 [temp.mem.func] |
- |
+ |
+ |
|
- |
- |
- No out-of-line definitions of the member functions of a class template. |
+ |
+ Return types for out-of-line member functions that refer to a member of
+ the current instantiation are not properly handled. |
14.5.1.2 [temp.mem.class] |
- |
+ |
+ |
|
- |
- |
- No out-of-line definitions of the member classes of a class template. |
+ |
+ |
14.5.1.3 [temp.static] |
- |
+ |
+ |
|
- |
- |
- No out-of-line definitions of the static data members of a class template. |
+ |
+ Types of out-of-line data members that refer to a member of
+ the current instantiation are not properly handled. No template
+ instantiation for the definition of out-of-line static data members. |
14.5.2 [temp.mem] |