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 , 22 years ago | |
---|---|
|
|
File size: 94 bytes |
Line | |
---|---|
1 | template <int I> |
2 | void f(int j); |
3 | |
4 | void g() |
5 | { |
6 | f<7, 12>(3); // ERROR - no matching function. |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.