Re: [eigen] overloaded operator new |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] overloaded operator new
- From: "Benoit Jacob" <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 5 Jan 2009 18:54:45 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=CjRG92yatYFfkCQRGOborKd8uux2LgcwbZXoIpjd0lA=; b=UaCG/e4/zHn1RFTvAmAvh5A6blvCVRA5eJRVhzbbhQTWKpYEl2LEK40xmId6W2T5LZ OiOInWcidEtW6Ie32nDUwyeR8SwjWLwlMjUvsveKSaP8E6xN+T0yrCW/fldxcVVsswW5 8vBe5Y8Uesrm4yX0yXZiXcgiBk5jVloHpq2rM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZyfkMRjXUnZB84kPCVhNSq29Iw5DN892i1q9h37nxovchrz0hkPZdqbCstYsguecEd Y3sJBMoYoyK/+C/gUjnp3xTOevrD5kqO8KKcbN8oxjfDerK+HhXogD43ze/qEodHcNlX znXm1CF2hLJSiXCwXewR0WmjwluLxkTV2VDi4=
2009/1/5 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> 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.
Wait, I thought that a struct was just a class that defaulted to
public for its own members.
Are you saying that there is also the difference that for inheritance
a struct will default to public?
Cheers,
Benoit
---