]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.pt/ttp61.C
pt.c (check_nontype_parm): New function.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / ttp61.C
CommitLineData
69112571
JM
1// Origin: grg at ai dot mit dot edu
2// Build don't link:
3
4class A;
5template<template<class Ignored> class base> class C :
6 public base<A> {
7 public:
8 C(A& newa) : base<A>(newa) {}
9};
This page took 0.253391 seconds and 5 git commands to generate.