C++ PATCH for template template parameter bugs c++/30897 and c++/29236
Jason Merrill
jason@redhat.com
Fri Nov 2 05:49:00 GMT 2007
A couple of problems with template template parameters. In 30897, the
previously added code for dealing with default arguments in a template
template parameter didn't handle uses of the parameter in a member
template. In 29236, substitution of a friend template to reduce its
template parameter levels failed to handle the parameters of a template
template parameter.
Tested x86_64-pc-linux-gnu, applied to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ttp.patch
Type: text/x-patch
Size: 8063 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20071102/02162002/attachment.bin>
More information about the Gcc-patches
mailing list