You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the Makefile that comes with the project will require a modern compiler with C++20 support (Clang, GCC).
However - the library itself will only require C++17, not C++20. It is only the examples that require C++20. You can always rewrite the examples into C++17 by removing C++20 features such as designated initializers.
None of the above should be a problem if you are running an up to date Ubuntu or macOS machine, either way.
This discussion was converted from issue #1133 on December 09, 2020 03:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
By default, the Makefile that comes with the project will require a modern compiler with C++20 support (Clang, GCC).
However - the library itself will only require C++17, not C++20. It is only the examples that require C++20. You can always rewrite the examples into C++17 by removing C++20 features such as designated initializers.
None of the above should be a problem if you are running an up to date Ubuntu or macOS machine, either way.
Beta Was this translation helpful? Give feedback.
All reactions