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

Add some define to shortcut [[faltghrough]] ifdef. #2123

Closed
ni4 opened this issue Aug 28, 2023 · 0 comments · Fixed by #2151
Closed

Add some define to shortcut [[faltghrough]] ifdef. #2123

ni4 opened this issue Aug 28, 2023 · 0 comments · Fixed by #2151

Comments

@ni4
Copy link
Contributor

ni4 commented Aug 28, 2023

Description

Replace with some define the following statement, to make things cleaner and shorter:

#if (!defined(_MSVC_LANG) || _MSVC_LANG >= 201703L)
        [[fallthrough]];
#endif
@maxirmx maxirmx linked a pull request Nov 18, 2023 that will close this issue
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