]> granicus.if.org Git - clang/commit
A non-explicit constructor template with a second parameter that is a
authorDouglas Gregor <dgregor@apple.com>
Tue, 5 Jun 2012 23:44:51 +0000 (23:44 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 5 Jun 2012 23:44:51 +0000 (23:44 +0000)
commit113c4448003ff6fd76eaabde08d3ebfffd8a327a
tree30d523417c896f45f9db828f3fd0603487458acf
parent7453a72cd0dcc70f29006ba488b743f078072bc7
A non-explicit constructor template with a second parameter that is a
parameter pack is a converting constructor. Fixes PR13003.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158040 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclCXX.cpp
test/CXX/special/class.conv/class.conv.ctor/p1.cpp [new file with mode: 0644]