Subject: Re: [boost] [BOOST_FOREACH] Problem to iterate on a non-copyable container...
From: pfultz2 (pfultz2_at_[hidden])
Date: 2015-05-19 15:17:04


> The compiler complains about not having a copy constructor

That is because you are passing an rvalue to BOOST_FOREACH. All non-copyable
containers must be passed as an lvalue.

Paul

--
View this message in context: http://boost.2283326.n4.nabble.com/BOOST-FOREACH-Problem-to-iterate-on-a-non-copyable-container-tp4675766p4675768.html
Sent from the Boost - Dev mailing list archive at Nabble.com.