Open blumf opened 4 years ago
I guess what is core features that are supported by VS 2017 C++17 Core language features https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=vs-2017 https://en.cppreference.com/w/cpp/compiler_support#cpp17
I'm using VS2015 because it has a build example somewhere 😸
Tell you what, I'll aim for C++14 for now. Plenty of good stuff there.
Ah, I see since the #97 pull the automated build action is failing, and checking the ./configure script shows '-std=c++11'
I'll bump them up to 14
What's the maximum C++ standard FR code should use? I'm guessing C++11, but would 14 or 17 be okay?
(not technically an issue, but I guess it should be documented in the wiki or something :) )