On Mon, Mar 22, 2010 at 1:09 PM, Thomas Capricelli
<orzel@xxxxxxxxxxxxxxx> wrote:
Hi,
I've personnally never used it. I use Eigen:: when needed, which is not that much often .. i'm ok to remove it ;)
Same here. I've felt uneasy of using that macro, since it's not clear what exactly is being brought into scope (without browsing code/docs). Cherry picking with using declarations is much more transparent.
Adolfo
++
Thomas
--
Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
http://www.freehackers.org/thomas
In data lunedì 22 marzo 2010 12:35:45, Benoit Jacob ha scritto:
> Hi,
>
> this macro was introduced when doing "using namespace Eigen" was so
> polluting that it conflicted with doing "using namespace std;"
> That problem has been solved... 2 years ago. is there still a good
> reason to keep it? "Advanced" users can still do their own "using"
> statements to cherry-pick their favorite Eigen symbols.
>
> Benoit
>
>
>