Skip to content
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

Open
paulocoutinhox opened this issue Jul 24, 2020 · 3 comments
Open

Only to say that... #1

paulocoutinhox opened this issue Jul 24, 2020 · 3 comments

Comments

@paulocoutinhox
Copy link

Only to say that this is a nice library!!!

It can be compatible with c++ 11?

Thanks.

@bk192077
Copy link
Owner

Unfortunately c++17 is required. This is needed for 'static inline'(this is a header-only library) and 'if constexpr'

@sven-plastwich
Copy link

If I step down in VS 2019 to "Platform Toolset: Visual Studio 2017 (v141)" while using /std:c++17, I get cast to function type is illegal at using Init = void();. I failed playing/googling around (not being to deep in latest c++ stuff anymore) - could that be worked around?

@sven-plastwich
Copy link

sven-plastwich commented Feb 19, 2021

If I step down in VS 2019 to "Platform Toolset: Visual Studio 2017 (v141)" while using /std:c++17, I get cast to function type is illegal at using Init = void();. I failed playing/googling around (not being to deep in latest c++ stuff anymore) - could that be worked around?

sorry, I hate asking questions and come up with a solution myself (leave it here as comment): /Zc:twoPhase- did the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants