diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index e8accaa..450120c 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -21,6 +21,8 @@ #include +#ifndef BOOST_BIND_NO_PLACEHOLDERS + #if defined(BOOST_CLANG) # pragma clang diagnostic push # if __has_warning("-Wheader-hygiene") @@ -34,4 +36,6 @@ using namespace boost::placeholders; # pragma clang diagnostic pop #endif +#endif // #ifndef BOOST_BIND_NO_PLACEHOLDERS + #endif // #ifndef BOOST_BIND_HPP_INCLUDED