Blitz logo

Blitz Bugs :

From: Julian Cummings (cummings_at_[hidden])
Date: 2004-08-06 13:45:52


This bug has been fixed with a patch to the header file
<blitz/array-impl.h>. Please update from the cvs repository, and then this
testsuite code should compile and run.

Thanks, Julian C.

Dr. Julian C. Cummings Office: PB-111
Caltech/CACR, MC 158-79 Phone: 626-395-2543
1200 E. California Blvd. Fax: 626-584-5917
Pasadena, CA 91125

> -----Original Message-----
> From: blitz-bugs-bounces_at_[hidden]
> [mailto:blitz-bugs-bounces_at_[hidden]] On Behalf Of
> Eddie.Breeveld_at_[hidden]
> Sent: Wednesday, August 04, 2004 5:45 AM
> To: blitz-bugs_at_[hidden]
> Subject: [Blitz-bugs] Test suite compilation error in extract.cpp
>
>
> I got this error (the only compilation error in the whole
> test suite) with the latest CVS version (yesterday's) of
> Blitz++. I am using Visual Studio .NET 2003, installed using
> the instructions in README-VS.NET.
>
>
> c:\Program Files\blitz\testsuite\extract.cpp(85) : error
> C2064: term does not evaluate to a function taking 2 arguments
>
>
> Line 85 is the last line in this code snippet from the test
> suite's extract.cpp.
>
> Array<RGB24,2> E(5,5);
> E[RGB24::red] = 30;
> E[RGB24::green] = 50;
> E[RGB24::blue] = 15;
> E[RGB24::green](Range(1,2),Range(1,2)) = 0;
>
>
> Eddie
>
> ____________________
> Edward Breeveld
> eSolutions
> Watson Wyatt LLP
> Watson House, London Road,
> Reigate, Surrey, RH2 9PQ, UK
> Tel. +44 (0)1737 274151
> Fax. +44 (0)1737 241496
> www.watsonwyatt.com
>
>
> _________________________________________________________________
>
> Notice of Confidentiality
>
> This transmission contains information that may be
> confidential and that may also be privileged. Unless you are
> the intended recipient of the message (or authorised to
> receive it for the intended recipient) you may not copy,
> forward, or otherwise use it, or disclose it or its contents
> to anyone else. If you have received this transmission in
> error please notify us immediately and delete it from your system.
>
> Tel: +44 1737 241144
> Fax: +44 1737 241496
> Email: postmaster_at_[hidden]
>
> Please contact the sender if you have any problems with this email.
>
> Authorised and regulated by the Financial Services Authority.
> Member of the General Insurance Standards Council.
> _________________________________________________________________
>
> _______________________________________________
> Blitz-bugs mailing list
> Blitz-bugs_at_[hidden]
> http://www.oonumerics.org/mailman/listinfo.cgi/blitz-bugs
>