$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2007-04-04 11:23:56
abir basak skrev:
>> so it should simply work out of the box:
>>
>> my_vector<T> foo;
>> foo += 1,2,3,43;
>> my_vector<T> foo = list_of(1)(2)(3);
>>
>> -Thorsten
> And anyway it can be done for ublas vectors & matrix ?
Is that a question?
> I am missing this feature so much in some non-STL container classes.
I think there is an example of ublas usage. At least it should be very
hard to use with those.
-Thorsten