Re: [eigen] [patch] Missing function in StdVector

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


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
>>
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/