mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-23 20:35:36 +02:00
Replace boost::variant with std::variant
This commit is contained in:
@@ -71,9 +71,6 @@ EXPECTED_BOOST_INCLUDES=(
|
||||
boost/thread/mutex.hpp
|
||||
boost/thread/shared_mutex.hpp
|
||||
boost/thread/thread.hpp
|
||||
boost/variant.hpp
|
||||
boost/variant/apply_visitor.hpp
|
||||
boost/variant/static_visitor.hpp
|
||||
)
|
||||
|
||||
for BOOST_INCLUDE in $(git grep '^#include <boost/' -- "*.cpp" "*.h" | cut -f2 -d: | cut -f2 -d'<' | cut -f1 -d'>' | sort -u); do
|
||||
|
Reference in New Issue
Block a user