1
0
forked from boostorg/bind

refactor: use boost/bind/mem_fn over boost/mem_fn

The later just includes the former.
This commit is contained in:
fanquake
2022-08-23 16:12:04 +01:00
parent edc56d8442
commit 3a1b8da4b0

View File

@@ -23,7 +23,7 @@
#include <boost/config.hpp>
#include <boost/ref.hpp>
#include <boost/mem_fn.hpp>
#include <boost/bind/mem_fn.hpp>
#include <boost/type.hpp>
#include <boost/is_placeholder.hpp>
#include <boost/bind/arg.hpp>