Fix compiling with boost 1.86 - reenable ASIO concepts

This commit is contained in:
Mike Lothian 2024-11-05 23:00:16 +00:00
parent 67bbab2d5f
commit b7ba913f15

View File

@ -273,8 +273,6 @@ endif()
# Configure C++ standard
# ===========================
# boost asio's concept usage doesn't play nicely with some compilers yet.
add_definitions(-DBOOST_ASIO_DISABLE_CONCEPTS)
if (MSVC)
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++20>)