Re: Avoiding C++ Templates In Cipher Implementation
From: Mok-Kong Shen (mok-kong.shen_at_t-online.de)
Date: 06/12/03
- Next message: Mok-Kong Shen: "Re: (long) An AES implementation for 32-bit platforms"
- Previous message: Shill: "Re: (long) An AES implementation for 32-bit platforms"
- In reply to: André Pönitz: "Re: Avoiding C++ Templates In Cipher Implementation"
- Next in thread: Roger Schlafly: "Re: Avoiding C++ Templates In Cipher Implementation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 12 Jun 2003 10:28:49 +0200
André Pönitz wrote:
>
> 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.
Just being curious, how does gcc stand in this issue?
Thanks.
M. K. Shen
- Next message: Mok-Kong Shen: "Re: (long) An AES implementation for 32-bit platforms"
- Previous message: Shill: "Re: (long) An AES implementation for 32-bit platforms"
- In reply to: André Pönitz: "Re: Avoiding C++ Templates In Cipher Implementation"
- Next in thread: Roger Schlafly: "Re: Avoiding C++ Templates In Cipher Implementation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|