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

Migration fold expressions and nested namespace definitions #3

Open
michaelheilmann opened this issue Feb 20, 2018 · 0 comments
Open
Assignees
Milestone

Comments

@michaelheilmann
Copy link
Contributor

As one of the last compilers, Microsoft Visual Studio Community improved its C++ 17 conformance (see https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance). All compilers supported by Idlib now provide a very reasonable C++ 17 conformance. In particular, all compilers support fold expressions (MSVC since 15.5) and nested namespace definitions (MSVC since 15.3).

It is time for us now to have a look at Idlib and remove the formidable collection of workarounds for non-conformant compilers which are simply not necessary anymore.

@michaelheilmann michaelheilmann added this to the Idlib 1.0.0 milestone Feb 20, 2018
@michaelheilmann michaelheilmann self-assigned this Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant