Processed: Re: Bug#157292: g++: template function default arguments are not handled

2002-08-20 Thread Debian Bug Tracking System
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

Bug#157292: g++: template function default arguments are not handled

2002-08-19 Thread Richard Guenther
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