mirror of
https://github.com/boostorg/iterator.git
synced 2026-07-05 08:00:59 +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.