-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only to say that... #1
Comments
Unfortunately c++17 is required. This is needed for 'static inline'(this is a header-only library) and 'if constexpr' |
If I step down in VS 2019 to "Platform Toolset: Visual Studio 2017 (v141)" while using /std:c++17, I get |
sorry, I hate asking questions and come up with a solution myself (leave it here as comment): |
Only to say that this is a nice library!!!
It can be compatible with c++ 11?
Thanks.
The text was updated successfully, but these errors were encountered: