Re: [eigen] remove USING_PART_OF_NAMESPACE_EIGEN ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Hi,
I've personnally never used it. I use Eigen:: when needed, which is not that much often .. i'm ok to remove it ;)
++
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
>
>
>