2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#1308] removed boost/function.hpp and boost/bind.hpp

This commit is contained in:
Razvan Becheriu 2020-08-13 10:55:32 +03:00 committed by Tomek Mrugalski
parent 7365467fbd
commit c417af6df2
26 changed files with 4 additions and 37 deletions

View File

@ -74,7 +74,7 @@ if test "${boost_include_path}" ; then
BOOST_INCLUDES="-isystem ${boost_include_path}"
CPPFLAGS="$CPPFLAGS $BOOST_INCLUDES"
fi
AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp boost/interprocess/sync/interprocess_upgradable_mutex.hpp boost/date_time/posix_time/posix_time_types.hpp boost/bind.hpp boost/function.hpp boost/asio.hpp boost/asio/ip/address.hpp boost/asio/signal_set.hpp boost/system/error_code.hpp boost/atomic.hpp boost/circular_buffer.hpp boost/functional/hash.hpp],,
AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp boost/interprocess/sync/interprocess_upgradable_mutex.hpp boost/date_time/posix_time/posix_time_types.hpp boost/asio.hpp boost/asio/ip/address.hpp boost/asio/signal_set.hpp boost/system/error_code.hpp boost/atomic.hpp boost/circular_buffer.hpp boost/functional/hash.hpp],,
AC_MSG_ERROR([Missing required header files.]))
AC_CHECK_HEADERS(boost/asio/coroutine.hpp,,AC_MSG_RESULT(not found, using built-in header.))

View File

@ -12,8 +12,6 @@
#include <process/testutils/d_test_stubs.h>
#include <util/time_utilities.h>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <gtest/gtest.h>
#include <gtest/gtest.h>
#include <algorithm>

View File

@ -13,8 +13,6 @@
#include <dns/messagerenderer.h>
#include <nc_test_utils.h>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <gtest/gtest.h>
using namespace std;

View File

@ -13,8 +13,6 @@
#include <dns/messagerenderer.h>
#include <nc_test_utils.h>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <gtest/gtest.h>
using namespace std;

View File

@ -22,7 +22,6 @@
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <string>

View File

@ -35,7 +35,6 @@
#include <http/response_json.h>
#include <util/multi_threading_mgr.h>
#include <boost/bind.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/pointer_cast.hpp>
#include <boost/shared_ptr.hpp>

View File

@ -30,7 +30,6 @@
#include <util/multi_threading_mgr.h>
#include <util/strutil.h>
#include <boost/bind.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/algorithm/string.hpp>
#include <string>

View File

@ -10,8 +10,6 @@
#include <test_data_files_config.h>
#include <user_file.h>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <gtest/gtest.h>

View File

@ -12,8 +12,6 @@
#include <user_file.h>
#include <test_data_files_config.h>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <gtest/gtest.h>

View File

@ -9,8 +9,6 @@
#include <exceptions/exceptions.h>
#include <user.h>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <gtest/gtest.h>

View File

@ -9,8 +9,6 @@
#include <exceptions/exceptions.h>
#include <user.h>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <gtest/gtest.h>

View File

@ -19,7 +19,6 @@
#include <cassert>
#include <cstddef>
#include <boost/bind.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include <util/buffer.h>

View File

@ -18,7 +18,6 @@
#include <util/buffer.h>
#include <util/io_utilities.h>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <gtest/gtest.h>

View File

@ -18,7 +18,6 @@
#include <util/buffer.h>
#include <util/io_utilities.h>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <gtest/gtest.h>

View File

@ -7,11 +7,13 @@
#include <config.h>
#include <gtest/gtest.h>
#include <cc/command_interpreter.h>
#include <config/tests/data_def_unittests_config.h>
#include <log/logger_name.h>
#include <boost/scoped_ptr.hpp>
#include <boost/bind.hpp>
#include <fstream>
using namespace isc::data;

View File

@ -9,7 +9,6 @@
#include <util/buffer.h>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
#include <map>

View File

@ -12,7 +12,6 @@
#include <dhcp/pkt4.h>
#include <dhcp/pkt6.h>
#include <boost/function.hpp>
#include <boost/circular_buffer.hpp>
#include <sstream>

View File

@ -9,7 +9,6 @@
#include <dhcp/packet_queue.h>
#include <boost/function.hpp>
#include <boost/circular_buffer.hpp>
#include <boost/scoped_ptr.hpp>
#include <sstream>

View File

@ -14,7 +14,6 @@
#include <exceptions/exceptions.h>
#include <util/buffer.h>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <gtest/gtest.h>

View File

@ -24,7 +24,6 @@
#include <dhcp/tests/pkt_captures.h>
#include <testutils/gtest_utils.h>
#include <util/range_utilities.h>
#include <boost/bind.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/pointer_cast.hpp>

View File

@ -23,7 +23,6 @@
#include <util/range_utilities.h>
#include <util/stopwatch.h>
#include <boost/bind.hpp>
#include <gtest/gtest.h>
#include <cstdlib>

View File

@ -9,8 +9,6 @@
#include <dns/master_lexer.h>
#include <boost/function.hpp>
namespace isc {
namespace dns {

View File

@ -14,9 +14,7 @@
#include <gtest/gtest.h>
#include <boost/lexical_cast.hpp>
#include <boost/function.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/bind.hpp>
#include <string>
#include <sstream>

View File

@ -19,8 +19,6 @@
#include <gtest/gtest.h>
#include <boost/bind.hpp>
#include <string>
#include <sstream>
#include <vector>

View File

@ -21,7 +21,6 @@
#include <dns/master_loader.h>
#include <boost/scoped_ptr.hpp>
#include <boost/bind.hpp>
using namespace std;
using namespace isc::dns;

View File

@ -11,8 +11,6 @@
#include <exceptions/exceptions.h>
#include <util/thread_pool.h>
#include <boost/function.hpp>
using namespace isc;
using namespace isc::util;
using namespace std;