mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-10-29 19:37:53 +00:00
enable boost concepts
Some checks failed
codespell / Check for spelling errors (push) Waiting to run
suyu-ci / Check REUSE Specification (push) Waiting to run
suyu verify / Verify Format (push) Has been cancelled
suyu verify / test build (push) Has been cancelled
suyu verify / android (push) Has been cancelled
Some checks failed
codespell / Check for spelling errors (push) Waiting to run
suyu-ci / Check REUSE Specification (push) Waiting to run
suyu verify / Verify Format (push) Has been cancelled
suyu verify / test build (push) Has been cancelled
suyu verify / android (push) Has been cancelled
This commit is contained in:
parent
40def7017c
commit
26b1d7e879
1 changed files with 0 additions and 2 deletions
|
@ -279,8 +279,6 @@ endif()
|
||||||
# Configure C++ standard
|
# Configure C++ standard
|
||||||
# ===========================
|
# ===========================
|
||||||
|
|
||||||
# boost asio's concept usage doesn't play nicely with some compilers yet.
|
|
||||||
add_definitions(-DBOOST_ASIO_DISABLE_CONCEPTS)
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++20>)
|
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++20>)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue