
20 Jul
2012
20 Jul
'12
10:38 a.m.
Hi Digi, as far as I know there is no such functionality in Boost. To implement this I would take inspirations from boost::assign and make use of boost::range. Regards, Kai On 7/19/12, Jochen Wilhelmy <jochen.wilhelmy@googlemail.com> wrote:
Hi!
is it possible to make += also work for containers on right side? i.e. int a; std::vector<int> b; std::list<int> c; std::vector<int> d; d += a,b,c,d;
this would be similar to strings where += at least works with one string on the right side.
-Jochen
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost