-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Implement LWG-3719: Directory iterators should be usable with default sentinel #2902
Conversation
It seems that we haven't silenced clang's warning for |
In produce code, we have, but tests need to do so individually as desired. (i.e., go ahead and suppress it if you want) EDIT: Yes, I mean "product code" - but "produce code" sounds so healthy and appetizing. |
Advancing beginning iterators to the end.
Pushed changes to address @strega-nil-ms's feedback, plus the minor stylistic issue I noticed earlier since we're rerunning tests anyways. |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for implementing so many LWG issue resolutions and improving conformance! 😻 😻 😻 |
… sentinel (microsoft#2902) Co-authored-by: Stephan T. Lavavej <[email protected]>
Towards #2872. Adding test coverage to the test file for stream iterators and
default_sentinel_t
.