
17 Mar
2010
17 Mar
'10
7:30 p.m.
On 17 March 2010 17:58, Ovanes Markarian <om_boost@keywallet.com> wrote:
vector<int> v(my_iterator(list_of(1)(2)), my_iterator());
I think that result of `list_of` will be destroyed after `my_iterator(...)` call, so `my_iterator` will not be valid. -- Regards, Andrey