Processing commands for [EMAIL PROTECTED]:
> reassign 157292 g++-2.95
Bug#157292: g++: template function default arguments are not handled
Bug reassigned from package `g++' to `g++-2.95'.
> tags 157292 + fixed
Bug#157292: g++: template function default arguments are not handled
T
Package: g++
Version: 2:2.95.4-14
Severity: normal
g++ doesnt handle specifying a default argument to a specialized
template function which is done like
template
void test(int j = 0);
template <>
void test<1>(int j);
calling test<1>() should work, but instead g++ complains there is no
matching
2 matches
Mail list logo