Boost logo

Ublas :

Subject: [ublas] Initializing from an initializer_list
From: gsermaid (linuxfever_at_[hidden])
Date: 2013-05-09 09:38:32


Hi all, One feature I would really like to see for ublas vectors is the ability to initialize them from a std::initializer_list, in a similar way to the std::vector.  This would allow filling in a vector much more easily and help creating test cases more quickly. Are there any plans for such a functionality in a future ublas release? Best regards