Re: [eigen] [PATCH] Block traits patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] [PATCH] Block traits patch
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 9 Apr 2009 14:08:06 +0200
- 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=MIgPTyjPrQUwD5wpzIuUBH6+QG4VSZwlfwliOCKFUPM=; b=jMNp4cmpRRyTtSIMvqt3fssk/1DAlzHSzJvmatvgAb3Ee/1/lrTMO6BfSOk2vdtJIz nWgqL+wyVsBZGA8bFi/wX7xXurICllqG5TYvHflCe127NDSO+1NECCkX9gxfF7U04KJR cGiIEnoHFmtQbFDuz7fLA4o4F5//bqypYpvxY=
- 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=hjNRcPH1+mwdk4IuBHtqjd9hXPaF2fOXHniNnUNOEFGtoCFmjrOXRwAn2AjyDhB5Ny D+dVWxsHr6TCIQZtTM3BI/cvGkIlWU5bGbN2vq30Z02qTMbunbuO04Ny1deUZ3Z1L7DX UPAuVirveuC3yw7EucgV6XgnMTR3ICKSfiv+k=
Hi,
Thanks for the patch: I applied it to both the branch and the trunk.
It was actually a patch against the stable branch -- took me a while
to figure why it didn't apply to trunk!
Cheers,
Benoit
2009/4/9 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> Hi there,
>
> the patch explicitly resolves nested traits instead of passing the request
> to MatrixType.
>
> Should normally not be required but this thread
> (http://forum.kde.org/nested-block-in-plugin-unit-t-41342.html) contains an
> example that does not compile (vs9) without the patch.
>
> Kind regards,
> Hauke
>