--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38089
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-24 04:35 ---
Reduced testcase:
class basic_string
{
basic_string(const int __s);
};
namespace MyNS {
class MyClass {
template
T test() { }
};
}
template <>
basic_string MyNS::MyClass::test(){ return 1;}
--
pins
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Keywords||error-recovery
Known to work||4.0.1