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

source is C++11; benchmark is C++17 #11

Open
egberts opened this issue Dec 8, 2017 · 1 comment
Open

source is C++11; benchmark is C++17 #11

egberts opened this issue Dec 8, 2017 · 1 comment

Comments

@egberts
Copy link

egberts commented Dec 8, 2017

The source code compiles fine under C++ 2011,
But the benchmark can only use C++ 2017.

For someone who only has C++ 2011, this cmake fails overall due to this inability compile benchmark.

@cjgdev
Copy link
Owner

cjgdev commented Mar 13, 2018

I was not (knowingly) using any features of C++17 (which at the time of writing, was not yet standardised). Can you please share details of platform, cmake version, and compiler, and I'll do my best to resolve for you.

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

No branches or pull requests

2 participants