]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.pt/defarg7.C
pt.c (check_nontype_parm): New function.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / defarg7.C
CommitLineData
6ba89f8e
MM
1// Build don't link:
2
3template <int Dim, class T, class EngineTag>
4class Engine {};
5
6struct Brick;
7
8template<int Dim, class T = double , class EngineTag = Brick >
9struct ConstArray {
10 static const int dimensions = Engine<Dim, T, EngineTag>::dimensions;
11};
This page took 0.678881 seconds and 5 git commands to generate.