mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-22 20:19:48 +00:00
enable boost concepts
This commit is contained in:
parent
40def7017c
commit
26b1d7e879
@ -279,8 +279,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