Blitz logo

Blitz Bugs :

From: Andreas Reifschneider (AndreasReifschneider_at_[hidden])
Date: 2004-04-16 20:32:46


Hi, Julian
[...]
>> Documentation bug on:
>>
http://www.oonumerics.org/blitz/manual/blitz02.html#l27>http://www.oonumerics.org/blitz/manual/blitz02.html#l27

>> 2.1.1: Template parameters
>> [...]
>> y = 1, 0, 0, 0
>> 0, 1, 0, 0
>> 0, 0, 1, 0
>> 0, 0, 0, 1;
>> didn't work:
>> myprogram1.cpp: In function `int main(int, char**)':
>> myprogram1.cpp:13: error: parse error before numeric constant
>> Adding commas:
>> y = 1, 0, 0, 0,
>> 0, 1, 0, 0,
>> 0, 0, 1, 0,
>> 0, 0, 0, 1;
>> solves the problem.

> This error also has already been corrected within the blitz cvs
> repository.

Is even already removed in the 0.7 release, but is still there on the
web page .

> > And it would be nice if the e-mail addresses in Mailing List
Archives were hidden (to avoid harvesting
> > through SpamBots), see e.g. the 'From:' field on
> > http://www.oonumerics.org/MailArchives/blitz-bugs/msg00469.php

> Is there a straightforward way to do this using the GNU mailman tool?
I don't really know much about this issue.
> Todd V. is still administering this mailing list and archive.

I don't know mailman at all, perhaps this helps:
http://staff.imsa.edu/~ckolar/mailman/mailman-administration-1.1.html
->Spam-specific posting filters

Value
[...]
Hide the sender of a message, replacing
it with the list address (Removes From,
Sender and Reply-To fields)