Re: [eigen] Map const correctness now fixed |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Map const correctness now fixed
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 10 Dec 2010 13:58:43 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=sdQjR/1GIOOaNphfAfURkjamBYHTTMdkPOoHcX8I/Hk=; b=itoPK7emloEjgpLOKxBhZZU2HvnYkNxuqo648mZF8QuJXzAOLdQoeWwyRWPa5uIfK/ MbrNm96xUHxMBZ+uDPHDB8OGj0hr/gu/17OktwPaGMVV4ofi3s1YvUK7xUktkKpgPC6K zjmFZ62hZP0e4fWIKoD6i3PYWnJMm0KVIhEU8=
- 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; b=qwmO3D+RLhPXr3IvjZUamJa3jpXvE4LhUCJQjcAam7NpN6OEyN7boWKbmMoM4IIvdy TDENQE7yCXhLNueENwsFk11R5JRlAyiOcVFGbcT/nNz7KOUeEiTgpMznHb7ooH4w07Uk BALnCz0tw/tMBogcdP9iNj8Leu9q5neRTWqBk=
2010/12/10 Jim Bosch <talljimbo@xxxxxxxxx>:
> On 12/10/2010 07:25 AM, Benoit Jacob wrote:
>>
>> This was bug 54,
>> http://eigen.tuxfamily.org/bz/show_bug.cgi?id=54
>>
>
> Excellent!
>
> This applies to Block, Transpose, and other things with DirectAccessBit set
> too, right?
There only ever was a problem with Map, right? Then, if you pass a Map
as argument to other expressions, like Block<Map<...> >, then yes
everything propagates.
Benoit