Boost logo

Boost :

Subject: Re: [boost] Formal review request: static size matrix/vector linear algebra library (Boost) LA
From: Joel.Falcou_at_[hidden]
Date: 2010-02-11 00:52:31


> Operator [ ] is the best choice, but it can not be overloaded
> generically because it is required to be a member, for reasons that
> are beyond my understanding of C++.

I don't see why you can't overlaod generically ?
w/r to the swizzling operation, we have prototype for a :

v[_2,_3,_1] = ...

syntax in NT2, and currently, it doesn't seem to fail us.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk