Re: [eigen] [patch] Missing function in StdVector |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] [patch] Missing function in StdVector
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 6 May 2009 15:35:21 +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=2fgVJW6M7FhUYaFX1sd1QF9qMcVY0LK8WQzPj8bSxUM=; b=SBNq+ntBC3D90634kJ/NnKYeIcxVa9PCxaMMebeaab666X3+JtGtTbtvUeR/r4o4/9 gB5zBr4rG1w6RvvodwnDHAQwQ9B22jbAeQsEiZHjZ4Otovj3YHEFarWGuS9dhPCX/vbf Mq7Wa7yiNnfJVDxfePUpBcAb23MSf+2JBJJdI=
- 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=ssqEbA5csllQTBCR1ou1SGLOxaXZetZdw99v/cPQ305uUXADJ9LDj76x8ZsC/3EVEU DlqD7Y7hm+IBtxLkc8fwQJjTVqVi//wcz4NXo/tzh2UUk+pH158IMOG8tAPAH2h3cUfI llYhH7WUdOITcMj4sIF6+17dRUpHmh0i/O4lg=
Thanks, commited (please check the diff below)
By the way, why does StdVector have no copyright/license?
I know other global headers have none, but that's only because they're
trivial files.
Actually, Core is no longer trivial so it should also have a license.
For StdVector I'm not sure who owns a copyright? So please do it...
Benoit
2009/5/6 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> Nothing major, just required
>
> template<class _Iter> void insert(const_iterator position, _Iter
> first, _Iter last)
>
> for the unit tests to compile under windows.
>
> Regards,
> Hauke
>