j
k
j a
j l
On 17 March 2010 17:58, Ovanes Markarian 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
Back to the thread
Back to the list