]> granicus.if.org Git - clang/commit
RP18408: If a member template is used as a template template argument, it does
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 8 Jan 2014 01:51:59 +0000 (01:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 8 Jan 2014 01:51:59 +0000 (01:51 +0000)
commit0289ca20730afae5228f7fbb715d6b0e3d38d9c2
tree270dcf7800f8aaa86dd58396922c537639a539b8
parentcf96e5453100998f02d31093d3168d2b1f1ee48f
RP18408: If a member template is used as a template template argument, it does
not cause the template specialization to have no linkage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198726 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
test/CodeGenCXX/linkage.cpp