Boost logo

Boost :

From: Neal D. Becker (ndbecker2_at_[hidden])
Date: 2004-09-10 07:42:10


I noticed there is no constructor for ublas::vector that takes a pair of
iterators. Is there no direct way to construct a ublas::vector from a
std::vector?

Could there either be a constructor:

(STL-style)
template<typename input_iterator>
vector (input_iterator begin, input_iterator end);

or:

(range-style)
template<typename cont_t>
vector (cont_t const&)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk