Re: [eigen] Missing "const" in Transpose.h |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Missing "const" in Transpose.h
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sun, 5 Aug 2012 10:44:30 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=rC7xt2QdfWBD81+GpaGQF2KX05Z6OVxggI+gCdEY5Jo=; b=MdF0TE0ftSKeSvGLms04RjTIHnP5mHKQSw0dJpkMem/kqp0myJNgY3e7M3bnoIuDAq BNPknnXNPFg/rjrTQX0ctL8rOoP/WAMJwfXstJTtU2/jtPN3qrWH29gkUMNfbGPFaeIU A1CZ5TC+rzfOIZgEKXKYRU8GprVhz0QL5q/x05hV1iRQWgm5pRdJzLc7bFChNpkfH8Lw vYG5AjCFIPFWRVs1gsKmVTWe2HM+DcixqEIeEgXrONBo/nZAFqd/1hxncu/BZH9XXXSJ oNGkE8xZtB17qvi48mB7VlrWPQW5AxrL84ws3tk7KwfJqOCz72hWTL7mDuRdqYIze3o9 sJSg==
thank you for the report, you're perfectly right.
https://bitbucket.org/eigen/eigen/changeset/fcb5b3e1050ae70491a36472385c303019e71a6e
gael
On Sat, Aug 4, 2012 at 4:54 PM, Martin Senst <martin.senst@xxxxxx> wrote:
> Dear developers,
>
> I think there is a small bug in Core/Transpose.h, lines 356, 365 and 366:
> The casts to (Scalar*) should be to (const Scalar*).
>
> Cheers
> Martin
>
>