Skip to content
Snippets Groups Projects
Commit e48835fd authored by Nikita Pettik's avatar Nikita Pettik Committed by Aleksandr Lyapunov
Browse files

perf: use C++ 14 standard

There are a lot of pretty things introduced in 14 standard,
so let's use it.

NO_DOC=<Build change>
NO_TEST=<Build change>
NO_CHANGELOG=<Build change>
parent 0a7764a7
No related branches found
No related tags found
No related merge requests found
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
find_package(benchmark QUIET)
if (NOT ${benchmark_FOUND})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment