aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/program_options/src/cmdline.cpp
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2022-08-23 18:04:53 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2022-08-23 18:04:53 +0300
commitadc585fbaebd9304fa8f03d0a02f0b499c4b7a7a (patch)
tree4ece413cf6dbd29230317c2e194e3c97f6029859 /contrib/restricted/boost/program_options/src/cmdline.cpp
parentc5bd5def82301cb3fdd8cc3687df617e2a9ff7f9 (diff)
downloadydb-adc585fbaebd9304fa8f03d0a02f0b499c4b7a7a.tar.gz
Update contrib/restricted/boost/program_options to 1.80.0
Diffstat (limited to 'contrib/restricted/boost/program_options/src/cmdline.cpp')
-rw-r--r--contrib/restricted/boost/program_options/src/cmdline.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/restricted/boost/program_options/src/cmdline.cpp b/contrib/restricted/boost/program_options/src/cmdline.cpp
index c2cf1da11f..a768fa2be7 100644
--- a/contrib/restricted/boost/program_options/src/cmdline.cpp
+++ b/contrib/restricted/boost/program_options/src/cmdline.cpp
@@ -15,7 +15,7 @@
#include <boost/program_options/positional_options.hpp>
#include <boost/throw_exception.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <string>
#include <utility>
@@ -29,6 +29,8 @@
#include <iostream>
+using namespace boost::placeholders;
+
namespace boost { namespace program_options {
using namespace std;