[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 acceptable diagnostic :-)

-- Gaby


Reply via email to