Re: [eigen] Compilation errors introduced by recent changes. (aligned stl types & MatrixType rename) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Compilation errors introduced by recent changes. (aligned stl types & MatrixType rename)
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Thu, 22 Apr 2010 14:03:05 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=/Xb/KZ8E96FwLkvyM6aubd2NEhrnjmOa0uZGEj+Ac1o=; b=Kf5gBdRj3pBcz7S4dlJnXGruZhrpvbrJG9xKFBYFWGfmIzPIpzT5Z911Fi65/C1Rmt 54HAXQpp6uH73mdpPs7T2C1x5jnJKyZVzRbGdeNweHuFGzeW6+inhcuclAkZM9PVWQfp OdCUNUJDpYBWgd8SPsdCfqxHWDL/YsjJ4m81w=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=H0Lui6ybxhzBQOfuAjWwKfL2Fj3pFVyfyEEimuNmggKKfLqhMSOwmrJT6isyJZkzl7 IcYLjfO2Ac10+C3R4zMs3SxE50aF5wRetyddM7iKt2Fql6gsyfDJ0BoRs8vRMbkCb3wn MBvtustTPd1Qn1AljChIxiYONgQZlwF9zifhs=
Fixed!
The error was caused by different template parameter names in the
forward declaration and the actual class definition.
- Hauke