Update: Using C++26 with contracts enabled
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Use GCC 16 for C++26 contracts support on macOS (Homebrew).
|
||||
set(CMAKE_C_COMPILER "/opt/homebrew/bin/gcc-16" CACHE FILEPATH "C compiler")
|
||||
set(CMAKE_CXX_COMPILER "/opt/homebrew/bin/g++-16" CACHE FILEPATH "C++ compiler")
|
||||
Reference in New Issue
Block a user