Fix compiling with boost 1.86 - reenable ASIO concepts
This commit is contained in:
parent
67bbab2d5f
commit
b7ba913f15
@ -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>)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user