Skip to content

Replace boost::bind with std::bind

Christian Godenschwager requested to merge boost_bind_to_std_bind into master

Part of issue #48 (closed)

I refrained from making the placeholders (_1, _2, ...) available in namespace walberla as this would have caused incompatibilities for people using boost::bind in their apps. For new code lambdas should be the way to go anyways.

/cc @bauer @kuron @eibl @rettinger

Edited by Christian Godenschwager

Merge request reports