19 May
2008
19 May
'08
11:08 a.m.
Daniel Russel wrote: >> - && o.cvoxel_ == o.evoxel_ >> - || curp_ == o.curp_); >> + && (o.cvoxel_ == o.evoxel_ >> + || curp_ == o.curp_)); > This changes the logic and I don't think it is correct.
g++ 4.3 gets very uneasy about bunches of && and || without explicit parentheses, so I put them in. It's entirely possible I put them in the wrong place though...
> BTW, what didn't gcc 4.3 like with the Keys? Thanks.
It didn't like this line in AttributeTable.h, because the Key typedef hides the Key class: typedef Key<T> Key;
Ben
--
ben@salilab.org http://salilab.org/~ben/
"It is a capital mistake to theorize before one has data."
- Sir Arthur Conan Doyle