Yes, I get the following as the first error that shows up
(lots of warnings but ignoring those)
blowfish.cpp(33): error: a template argument may not reference an unnamed type
crypt_block(pbox+ROUNDS, sbox);
^
I guess it is complaining about SecBlock::operator+ here
but I not really sure.
-- Tom
-----Original Message-----
From: Wei Dai [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 12:56 AM
To: [EMAIL PROTECTED]
Subject: Re: building with icc
Have you tried using the existing GNUmakefile and setting CXX = icc (or
i++?)?
On Tue, Mar 25, 2003 at 05:52:34PM -0600, [EMAIL PROTECTED] wrote:
>
> Anyone have a makefile that compiles Crypto++ with icc, the Intel
> C/C++ compiler on Linux?
>
> -- Tom