Skip to content
Commit 770a57f0 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Enable C++17 with MSVC

Our target on Windows is MSVC 15, which has good support for C++17
so we can use <optional> and <variant> - on other platforms we stick
with C++14 and using experimental/optional etc.
parent b25c8089
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment