Re: c++/3943: Template function and using declaration

2001-08-05 Thread Gabriel Dos Reis
[EMAIL PROTECTED], [EMAIL PROTECTED] writes: | >Class: ice-on-legal-code | The following code: | | namespace N { | | template< int > | void f() {} | | } | | using N::f< 0 >; | | doesn't compile. From codesourcery: The program construct is ill-formed. Arguably, an ICE isn't an acce

Template function and using declaration

2001-08-05 Thread fasbjx
>Submitter-Id: net-debian >Originator:Franck Branjonneau >Organization: >Confidential: no >Synopsis: Template function and using declaration >Severity: critical >Priority: medium >Category: c++ >Class: ice-on-legal-code >Relea