Boost logo

Boost :

Subject: Re: [boost] Preliminary submission: generic linear algebra algorithms library Boost LA
From: Agustín K-ballo Bergé (kaballo86_at_[hidden])
Date: 2009-11-22 11:08:46


Emil Dotchevski escribió:
> 2009/11/21 Agustín K-ballo Bergé <kaballo86_at_[hidden]>:
>> · Operators don't work unless boost::la namespace is bring into scope,
>> couldn't ADL kick in?
>
> No, ADL can not kick in because the overloads are in namespace
> boost::la and the user-defined types they are typically called with
> are in other namespaces. You can safely bring boost::la into scope
> globally, the overloads this will introduce will not clash with
> anything.
>
I should have been more specific, I was expecting the operators to just
work for la::vref and la::mref. And probably for any other view too.

Agustín K-ballo Bergé.-


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