flamerobin icon indicating copy to clipboard operation
flamerobin copied to clipboard

Maximum C++ Standard?

Open blumf opened this issue 5 years ago • 4 comments

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 :) )

blumf avatar Sep 16 '20 14:09 blumf

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

mariuz avatar Sep 16 '20 17:09 mariuz

I'm using VS2015 because it has a build example somewhere 😸

arvanus avatar Sep 16 '20 17:09 arvanus

Tell you what, I'll aim for C++14 for now. Plenty of good stuff there.

blumf avatar Sep 17 '20 10:09 blumf

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

blumf avatar Sep 17 '20 11:09 blumf