From 020e4a9bbb95e6edd8cf2138ecfd33202543a04c Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 23 Jul 2009 23:58:15 +0000 Subject: [PATCH] Update C++ status to reflect progress on out-of-line definitions of class template members llvm-svn: 76917 --- clang/www/cxx_status.html | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index d330860..1fcf9e2 100644 --- a/clang/www/cxx_status.html +++ b/clang/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] -- 2.7.4