From b7ba913f152faeafe7a7d02168830a2a598038d3 Mon Sep 17 00:00:00 2001 From: Mike Lothian Date: Tue, 5 Nov 2024 23:00:16 +0000 Subject: [PATCH] Fix compiling with boost 1.86 - reenable ASIO concepts --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 127e3a4a5f..2b3dc15f8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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($<$:/std:c++20>)