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: Wed, 21 Apr 2010 18:39:53 +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=NwFItCNOVcrKPCDdvuKA1ohJp+jdVzMSM0dDzsarkCE=; b=Mkf9acqP9nBStRfXzOWsBBJKrwj9i25PSHZ7VU5fAZynDST+lZ2XIJ9pCoAtNeAqss 781RroPkQ/amZMeSvZ4gJiHm7XWJEWRP+33Xtto2F7VYaSwQYBWeB8R92TaJUwy+a9Vx UFT7P5q/P5iH6DxKp96gLEnIQcJeED9clFjIY=
- 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=OvbYYOCgwKSrsPVVx3ByrqofUIrVxzNyV0D7QSnISEMpes3gwB5wQEoWqlFEzvuDrP 0XhSCtUSP0iqcHwPgwqLEVZUOu3c/tLOrNlblkKXcfWA3VEzLsyT5+msS67qlCOp0tMw WkZFvOuTiOReq5BPm0oyNABYId6icL9pv5cSU=
Just another thing. I just observed that at least my std::list::resize
implementation is using references - I hope that is not true for all
STL implementations. :)
I am wondering why std::list and std::vector have different
implementations on my system - strange world.
- Hauke