Re: Avoiding C++ Templates In Cipher Implementation

From: André Pönitz (poenitz_at_gmx.net)
Date: 06/12/03


Date: 12 Jun 2003 08:21:44 GMT

In comp.lang.c++ Roger Schlafly <rogersc@mindspring.com> wrote:
> "Alex Vinokur" <alexvn@bigfoot.com> wrote
>> In other words, what causes the ifdefs : specific compiler or
> templates themselves ?
>
> Not sure what you mean. If you want to know if your template code
> is portable, then I suggest that you try it on some other compilers.

And you will most likely find that it works on all recent compilers,
as much as the rest of your code.

So what?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)


Relevant Pages

  • Re: C++ and VS 2002 .net
    ... the case accepted as a bug) and its diagnostics ... C++ compilers plugs into VS. ... I do write a lot of template code on CodeWarrior. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Avoiding C++ Templates In Cipher Implementation
    ... André Pönitz wrote: ... If you want to know if your template code ... then I suggest that you try it on some other compilers. ... how does gcc stand in this issue? ...
    (sci.crypt)