Open stuaxo opened 9 years ago
Had the same issues here. Try either to build gdev against an older boost version (e.g. 1.47) or just remove the std::ref around (this). This used to work for me, but don't ask me if this is the correct way to go...
Changing from boost::ref(this)
to boost::ref(*this)
did the trick. I used boost 1.58.
@duttasankha this works charm for me :) Boost Version: 1.65
Had a bit of trouble compiling this: