mirror of
https://github.com/boostorg/iterator.git
synced 2026-07-07 17:10:49 +02:00
c2929ea6c6
boost/bind.hpp emits warnings about deprecating global placeholder argument keywords. C++20 removes std::bind1st/bind2nd, so replaced their usage with boost::bind.