2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-19 14:42:14 +00:00

bind/bind_member_function.hpp Add type_traits/is_member_function_pointer.hpp to remove dependence on operator headers.

This commit is contained in:
John Fletcher
2014-12-28 17:57:55 +00:00
parent f60fabe31c
commit cf03e7bf09

View File

@@ -12,6 +12,7 @@
#define PHOENIX_BIND_BIND_MEMBER_FUNCTION_HPP
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_member_function_pointer.hpp>
#include <boost/phoenix/core/expression.hpp>
#include <boost/phoenix/core/reference.hpp>
#include <boost/phoenix/core/detail/function_eval.hpp>