[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] StdVector
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 15 Apr 2009 15:57:57 +0200
- 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=TeJwJ3HfliB/qva9znJoWE0E26j+iNhoaK7Q8CrCzss=; b=M8XrKiNZAqon4TLDpby6SC8sObcN0KxctCIJBPAKi8YzeVRaDEXIXdGYYDFR6sw1ts piWcTP7022TCcXjcFBHvoaC2jm2jEmVPe9EtVBteo97lth8iHbrXIEWJct8KVUKBx+dz PkziKtyRjHvCM0c/4r/doO/lG7gdSCO6f2Y8I=
- 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=JP3FMEl3IUCx35ppBvdcRDX1gQ6iSd2QHjGkSF+l9JNAoTJ79pMTH/kQM9mFQ5rex7 8nEzE65Tu8wF+F5dXVsoifboBftAM0ZHZqwEoawtoDUMN2BieKuI4DIrMoTGrBawPeaX IucrnuMrfWc5IEiA/4CvLXFkUWt/BX+MwQLV4=
2009/4/15 Markus Moll <markus.moll@xxxxxxxxxxxxxxxx>:
> Hi
>
> On Wednesday 15 April 2009 15:46:56 Benoit Jacob wrote:
>> Re-reading Markus's mail, he got linking errors, but that probably
>> wasn't on std::vector<Eigen::Something> because that would
>> consistently use our specialization, so his linking error was probably
>> on a std::vector<int> (or some other non-Eigen type).
>
> Exactly. I'm sorry if that wasn't very clear.
No problem.
By the way, in addition to fixing the STL, C++0x will also bring
hopefully complete support for explicit alignment:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2341.pdf
Cheers,
Benoit