Re: Specialisation of a template that results to another template

From: Christian Jaeger (cj_at_sim.bepr.ethz.ch)
Date: 02/17/04


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 :) )



Relevant Pages

  • Re: Delphi and Pascal as VB replacement
    ... before spending $700-$1000 on Delphi, you need to know some of it's limitation below, and how Free Pascal maybe a better option. ... 32-bit continues to work, even on 64-bit platforms, so that isn't an immediate problem - but, since MS has announced Windows on ARM for Windows 8. ... That means if you want apps to run on all Windows 8 platforms, your going to need a compiler that targets ARM as well as x86. ...
    (microsoft.public.vb.general.discussion)
  • Re: PL/I string representations (was Re: To Richard Heathfield: enoughs enough)
    ... >> the F compiler had the limitation. ... Quite a few expert PL/I programmers have chimed in on ... > thread with the guy with a fork problem, ...
    (comp.programming)
  • Re: printf() function
    ... languages other than C. ... haven't encountered that limitation recently, ... Here's hello world in Fortran 77 ... The compiler must somehow work round this ...
    (comp.programming)
  • Re: MR&C 7.9
    ... using illegal code, ... compilers, or perhaps even on the same compiler with different options. ... In some cases it will be set to zero as you observed. ... because you observe some behavior in one case, ...
    (comp.lang.fortran)
  • Template Problem
    ... Is this illegal code ... or a compiler bug? ... emplate argument list ...
    (microsoft.public.dotnet.languages.vc)