Update boost to 1.86 (#4743)

This commit is contained in:
Piotr Wójcik 2024-10-22 21:12:53 +02:00 committed by GitHub
commit 7e7f91ba06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 1 deletions

View file

@ -466,6 +466,8 @@ set(BOOST_MODULE_LIBS
ratio
rational
regex
scope
scope_exit
serialization
smart_ptr
spirit

View file

@ -12,6 +12,7 @@
#include <gtest/gtest.h>
#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <chrono>

View file

@ -6,6 +6,7 @@
#include <boost/format.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include <valgrind/valgrind.h>

View file

@ -18,6 +18,7 @@
#include <nano/rpc/rpc.hpp>
#include <nano/secure/working.hpp>
#include <boost/format.hpp>
#include <boost/make_shared.hpp>
#include <boost/program_options.hpp>
#include <boost/property_tree/json_parser.hpp>

View file

@ -4,6 +4,7 @@
#include <nano/node/websocket.hpp>
#include <boost/algorithm/string/erase.hpp>
#include <boost/format.hpp>
std::shared_ptr<request_type> nano::distributed_work::peer_request::get_prepared_json_request (std::string const & request_string_a) const
{

View file

@ -14,6 +14,7 @@
#include <nano/node/json_handler.hpp>
#include <nano/node/node.hpp>
#include <boost/array.hpp>
#include <boost/endian/conversion.hpp>
#include <boost/property_tree/json_parser.hpp>

View file

@ -37,6 +37,7 @@
#include <nano/store/component.hpp>
#include <nano/store/rocksdb/rocksdb.hpp>
#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <algorithm>

View file

@ -30,6 +30,7 @@
#include <gtest/gtest.h>
#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <algorithm>

View file

@ -10,6 +10,7 @@
#include <nano/test_common/testutil.hpp>
#include <boost/asio.hpp>
#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <cstdlib>

@ -1 +1 @@
Subproject commit b6928ae5c92e21a04bbe17a558e6e066dbe632f6
Subproject commit 65c1319bb92fe7a9a4abd588eff5818d9c2bccf9