]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.pt/operator1.C
pt.c (check_nontype_parm): New function.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / operator1.C
CommitLineData
5361cbb7
NS
1// Build don't link:
2// Copyright (C) 2000 Free Software Foundation, Inc.
3// Contributed by Nathan Sidwell 7 Nov 2000 <nathan@codesourcery.com>
4// Origin: bug 510 wolfgang.bangerth@iwr.uni-heidelberg.de
5
6struct Example {
7template <class U> void operator= (U);
8};
9
10template <>
11void Example::operator=<double> (double);
This page took 0.368224 seconds and 5 git commands to generate.