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

Update C++ target doc to say that c++17 is now required #4511

Open
tomqwpl opened this issue Jan 17, 2024 · 0 comments · May be fixed by #4588
Open

Update C++ target doc to say that c++17 is now required #4511

tomqwpl opened this issue Jan 17, 2024 · 0 comments · May be fixed by #4588

Comments

@tomqwpl
Copy link

tomqwpl commented Jan 17, 2024

C++ target documentation says C++11 is required, where in fact C++17 is required.

Specifically:

The C++ target supports all platforms that can either run MS Visual Studio 2013 (or newer), XCode 7 (or newer) or CMake (C++11 required).

Don't know when C++17 became a requirement, but there are usages of std::string_view which was added in C++17

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

Successfully merging a pull request may close this issue.

1 participant