Skip to content

Commit

Permalink
[coroutines] Experimental implementation of synth detection with coro…
Browse files Browse the repository at this point in the history
…utines. This requires C++ 20.
  • Loading branch information
christofmuc committed Jan 3, 2023
1 parent e9b8ec5 commit f2e479f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project(KnobKraft_Orm)
option(ASAN "Use Address Sanitization for Debug version (Windows only for now)" OFF)

# Since we also build MacOS, we need C++ 17. Which is not a bad thing.
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_definitions(-D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING)

Expand Down

0 comments on commit f2e479f

Please sign in to comment.