Re: Specialisation of a template that results to another template
From: Christian Jaeger (cj_at_sim.bepr.ethz.ch)
Date: 02/17/04
- Next message: Peter L.: "Re: *& dereferencing a pointer to a class"
- Previous message: Alf P. Steinbach: "Re: Where to place a constant?"
- In reply to: Nicolas Weidmann: "Specialisation of a template that results to another template"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 17 Feb 2004 11:18:07 +0100
> Is it illegal code or is it a limitation of the MS compiler?
I'd say the latter: VC7.0 does not support partial specialisations. VC
7.1 does. It compiles your code. (After you correct the two typos :) )
- Next message: Peter L.: "Re: *& dereferencing a pointer to a class"
- Previous message: Alf P. Steinbach: "Re: Where to place a constant?"
- In reply to: Nicolas Weidmann: "Specialisation of a template that results to another template"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|