Re: [eigen] overloaded operator new |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
On Mon, 05 Jan 09 18:27, Gael Guennebaud wrote:
> On Mon, Jan 5, 2009 at 3:59 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> > Hi List *cough* Gael *cough*
> >
> > Currently, we have:
> >
> > struct ei_with_aligned_operator_new : WithAlignedOperatorNew {};
>
> well, they are both struct (not class), so everything is always public.
Ah, makes sense.
But what about a class inheriting from Eigen::WithAlignedOperatorNew?
Should it use public inheritance?
Regards,
Armin
---