diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-12-29 09:59:13 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-12-29 09:59:13 +0300 |
commit | 7b0332e82f5869f1a8b65179a8fcd3555bafd3e8 (patch) | |
tree | e0494ea032a7d1ec8375fe179955e7af18165eb0 | |
parent | 08e063e2e9be033490039c8bcfbccfb1ce3228fb (diff) | |
download | ydb-7b0332e82f5869f1a8b65179a8fcd3555bafd3e8.tar.gz |
Update contrib/restricted/boost/bind to 1.81.0
-rw-r--r-- | contrib/restricted/boost/bind/include/boost/bind/bind.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/bind/include/boost/bind/bind.hpp b/contrib/restricted/boost/bind/include/boost/bind/bind.hpp index 2762641ef7..ae49c4ede6 100644 --- a/contrib/restricted/boost/bind/include/boost/bind/bind.hpp +++ b/contrib/restricted/boost/bind/include/boost/bind/bind.hpp @@ -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> |