File tree Expand file tree Collapse file tree
libs/openFrameworksCompiled/project Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ifndef MAC_OS_C_VER
8282endif
8383
8484ifndef MAC_OS_CPP_VER
85- MAC_OS_CPP_VER = -std=c++20
85+ MAC_OS_CPP_VER = -std=c++2b
8686endif
8787
8888# Link against libstdc++ to silence tr1/memory errors on latest versions of osx
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ifndef MAC_OS_C_VER
8282endif
8383
8484ifndef MAC_OS_CPP_VER
85- MAC_OS_CPP_VER = -std=c++20
85+ MAC_OS_CPP_VER = -std=c++2b
8686endif
8787
8888# Link against libstdc++ to silence tr1/memory errors on latest versions of osx
Original file line number Diff line number Diff line change 141141# PROJECT_CXX =
142142# PROJECT_CC =
143143
144+ # macos template
145+
144146# Uncomment/comment below to switch between C++11 and C++17 ( or newer ). On macOS C++17 needs 10.15 or above.
145147# export MAC_OS_MIN_VERSION = 10.15
146148# export MAC_OS_CPP_VER = -std=c++17
Original file line number Diff line number Diff line change 150150# ###############################################################################
151151# PROJECT_CXX =
152152# PROJECT_CC =
153+
154+ # msys2 template
Original file line number Diff line number Diff line change 141141# PROJECT_CXX =
142142# PROJECT_CC =
143143
144+ # osx template
145+
144146# Uncomment/comment below to switch between C++11 and C++17 ( or newer ). On macOS C++17 needs 10.15 or above.
145147# export MAC_OS_MIN_VERSION = 10.15
146148# export MAC_OS_CPP_VER = -std=c++17
Original file line number Diff line number Diff line change 140140# ###############################################################################
141141# PROJECT_CXX =
142142# PROJECT_CC =
143+
144+ # vscode template
145+
You can’t perform that action at this time.
0 commit comments