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: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 6 May 2009 15:44:44 +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=Y1m8Cf0OGkUpEJwY1/VoGkk2bBoLjJwljTS81QGjU3U=; b=gTRqOTziVO44mANicO4ZcZlntiisa2HrnswbQ6dhNtvxyl6eB6C3f+x55JcnSKWfRh SKq+YeH+bDVKk29ZtCu3rbJq13aNk7iFjejqdGs2Ty9Vv8JJaDOx1EfMjbDFkMFNqgV3 OmIDSdwIxYlPWWBPziWC8aPi4HxbObhlkmPyk=
- 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=d+rBUFh1mBWYkKydk9TQWQ+ip60ND31oJHpSu40I6zeOdEUX3WQqv8yXcblHakw/C2 51vveVLnxdGaQl/nhm6bzEtVg+L53XK8g2hw+bAjvx9UQB7ZxOTafnJW2xfQnCOczheS iemQ7A7rgGlfyl9vIZ1niaMLEUnYttsCWl+dQ=
On Wed, May 6, 2009 at 3:35 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Thanks, commited (please check the diff below)
actually I think a better fix would be:
using vector_base::insert;
> 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...
good point !
> 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
>>
>
>
>