2
0
mirror of https://github.com/boostorg/range.git synced 2026-01-19 16:52:07 +00:00
Files
range/test/algorithm_test/min_element.cpp
Andrey Semashev ee1ec1cf57 Fix deprecated usage of boost/bind.hpp.
boost/bind.hpp emits compiler warnings about deprecation of the header
and global _N placeholders. This commit converts usage of this header
to boost/bind/bind.hpp and using namespace boost::placeholders.

Where boost::bind is not actually used, the includes are removed.
2020-05-11 19:26:26 +03:00

5.2 KiB