On 26 July 2014 14:31, negerns <nege...@gmail.com> wrote:
> Why is row copying not allowed?

soci::row is just a view on underlying data exchange buffers
and it is referenced from statement (there's always one row object per
statement object).
It could be copyable, but then it would have to have semantic of
std|boost::shared_ptr
I don't think it would gain much, unless you have a concrete use case
to discuss.

Best regards,
-- 
Mateusz  Łoskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to