Bläddra i källkod

enable boost concepts

Samuliak 1 år sedan
förälder
incheckning
26b1d7e879
1 ändrade filer med 0 tillägg och 2 borttagningar
  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>)