mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-09 23:23:54 +00:00
boost/bind.hpp emits warnings about deprecating global placeholder argument keywords. C++20 removes std::bind1st/bind2nd, so replaced their usage with boost::bind.