
24 Jul
2010
24 Jul
'10
3:21 p.m.
hi all, i'm trying to make one of my classes movable. however i have some issues when using it with boost::bind: class my_movable_class; void my_function(my_movable_class const &); this doesn't compile: boost::bind(my_function, boost::move(my_movable_class)) the reason is, that the members of boost::rv are private ... is this my fault or an issue with the move emulation? thanks, tim -- tim@klingt.org http://tim.klingt.org Just what the hell is the experimental tradition? Morton Feldman