Re: [eigen] patch for RotationBase.h |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] patch for RotationBase.h
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 6 Mar 2009 12:46:14 +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=/y0Di+eK/4Upx9HRO0YLiPQGDMZ/AK521vGu15QJceM=; b=UA5PK/C5+02TGG8IghtVhlQeteM5iZZmggcIOhZWasygh634p+h5WHanJ0LdPoyO99 oSXdnnRv/N6di+Fe6+7vy/87so7pshGq4cUgW8xtDmczbDcEg9gScjO35ngovDr7v4aW k1VpYXDpF/yZN3n0iF8EulD4A4NFvExcfwV9A=
- 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=ZIvPfc3ph9OdCCkUvMetTkI6KObKcfiBdQpJJUjalxvo5n7wy5xBN0SWAYXfDPdVBn ilVT6QS8GwfwrYG3J+YkA26P/EF07Vyf9KU8YB/uy3oJfweuf9t9Cj9eJDoWiMw9USw7 Oup+nGbU+zKlvkjB6MwDhW/iaU5Xfo3IHuy/E=
thanks a lot,
patch applied in rev 935833
gael.
On Fri, Mar 6, 2009 at 1:16 AM, Stjepan Rajko <stjepan.rajko@xxxxxxxxx> wrote:
> Hello,
>
> I've been using Eigen for a few months now and have found it quite
> useful - thanks for your work in it.
>
> I'm writing to report an error on VSNET 2005 using a recent trunk
> version of Eigen2:
>
> 1>c:\development\amelibraries\include\eigen\src/Geometry/RotationBase.h(93)
> : error C2976: 'Eigen::RotationBase<Derived,_Dim>::generic_product_selector'
> : too few template arguments
> 1> c:\development\amelibraries\include\eigen\src/Geometry/RotationBase.h(57)
> : see declaration of
> 'Eigen::RotationBase<Derived,_Dim>::generic_product_selector'
> 1> c:\development\amelibraries\include\eigen\src/Geometry/RotationBase.h(109)
> : see reference to class template instantiation
> 'Eigen::RotationBase<Derived,_Dim>' being compiled
>
> Applying the attached patch fixes the problem.
>
> Thanks,
>
> Stjepan
>