]> granicus.if.org Git - clang/commit
An explicit specialization is allowed following an explicit
authorDouglas Gregor <dgregor@apple.com>
Fri, 26 Feb 2010 06:03:23 +0000 (06:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 26 Feb 2010 06:03:23 +0000 (06:03 +0000)
commitdc0a11cf52cf34ffae941255df60a086e44d1a71
treeac32f552c7c83e3c164410f3d988572c0e4f8b75
parent6d90870fe821a9b1a7822d3e28032042d03e5680
An explicit specialization is allowed following an explicit
instantiation so long as that explicit specialization was declared
previously. Fixes PR6160.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97210 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/CXX/temp/temp.spec/temp.expl.spec/p6.cpp