浏览代码

enable boost concepts

Samuliak 1 年之前
父节点
当前提交
26b1d7e879
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      CMakeLists.txt

+ 0 - 2
CMakeLists.txt

@@ -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>)