Re: [eigen] Qt's container support |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Qt's container support
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 23 Jan 2009 18:01:34 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=mxfZGkbUyzvA7Or5FZrThWAiJzJTEBgLzpqVDGH35ps=; b=B0s/vJX8l3rq7gq/ecMy4q4sy5WdhlOTsoHVPrG+wSGiEZi2aabDj5jclzSsV8QbjX bLw43C2y8AHxza4zraHkVXQVI+hK55Uqxcq2eAmJKbtsSzFQCWwIJFgfJSQtzoTS55uU JfQXSJ2HowgDGhme+EVa2Ul5SOcqpQR2SwUk8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=YA/5bZIrPwFhSr5nkBCfsCCee9/u3HDRqUIjzbIZztC4tOsu588D2uIZcQoIpySr1m 5pTViMuqCVj6wlo0RpZ3hS5UHzVQra/DKll4MsnUnt1Ik4jtTNm9uQaQ/0Xk2Xv/d6LV 1fqTZqkrlfd7PPwT9ykBM5/BmWF+wtxz1ImR0=
just to say that eventually
EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5 is
not needed anymore.
Gael
On Wed, Jan 21, 2009 at 8:24 PM, Keir Mierle <mierle@xxxxxxxxx> wrote:
> Thank you!
>
> On Wed, Jan 21, 2009 at 12:16 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>> 2009/1/20 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
>>> alright, so it seems this change brought more troubles than it solve.
>>> eventually I'm ok to allow operator= to resize too.
>>
>> This is committed now, along with some restructuring in Matrix's
>> constructors and operator='s.
>>
>> This is a big change: testing much needed, please!!
>>
>> I'll wait until tomorrow to make the RC1 (and the branching). I would
>> like some feedback first.
>>
>> Cheers,
>> Benoit
>>
>>
>>
>
>
>