Bump boost to 1.83

This commit is contained in:
Robert Schulze 2023-08-25 16:29:35 +00:00
parent 8633b8fbc9
commit 54b3c2f86f
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 4 additions and 6 deletions

2
contrib/boost vendored

@ -1 +1 @@
Subproject commit 5a3fb87e67cc67ffadfc1990b3665fc3b260fcf4 Subproject commit ae94606a70f1e298ce2a5718db858079185c4d9c

View File

@ -25,18 +25,16 @@ if (OS_LINUX)
) )
endif () endif ()
# headers-only
# headers-only
add_library (_boost_headers_only INTERFACE) add_library (_boost_headers_only INTERFACE)
add_library (boost::headers_only ALIAS _boost_headers_only) add_library (boost::headers_only ALIAS _boost_headers_only)
target_include_directories (_boost_headers_only SYSTEM BEFORE INTERFACE ${LIBRARY_DIR}) target_include_directories (_boost_headers_only SYSTEM BEFORE INTERFACE ${LIBRARY_DIR})
# asio
target_compile_definitions (_boost_headers_only INTERFACE target_compile_definitions (_boost_headers_only INTERFACE
BOOST_ASIO_STANDALONE=1 BOOST_ASIO_STANDALONE=1
# Avoid using of deprecated in c++ > 17 std::result_of BOOST_ASIO_HAS_STD_INVOKE_RESULT=1 # Avoid using of deprecated in c++ > 17 std::result_of
BOOST_ASIO_HAS_STD_INVOKE_RESULT=1 BOOST_TIMER_ENABLE_DEPRECATED=1 # wordnet-blast (enabled via USE_NLP) uses Boost legacy timer classes
) )
# iostreams # iostreams