source: trunk/src/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit38.C@ 2

Last change on this file since 2 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 94 bytes
Line 
1template <int I>
2void f(int j);
3
4void g()
5{
6 f<7, 12>(3); // ERROR - no matching function.
7}
Note: See TracBrowser for help on using the repository browser.