feature/spaceship: Clause 28: Localization, Clause 29: Input/output#1593
Conversation
... to get a test fix to support microsoft#1593.
|
FYI: the test failure is a libc++ test for |
CaseyCarter
left a comment
There was a problem hiding this comment.
Oops - I meant to "request changes" for my directory_entry::operator< comment.
| uintmax_t available; | ||
|
|
||
| #if _HAS_CXX20 | ||
| _NODISCARD friend constexpr bool operator==(const space_info&, const space_info&) noexcept = default; |
There was a problem hiding this comment.
I observe that this says constexpr and noexcept which are implied by the Standard but not depicted there. I think this is fine (I am somewhat torn between "generally avoid unnecessary code" and "this is a useful reminder"), no change requested.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Thanks for spaceship-izing locales and I/O so we can properly communicate with aliens! 👽 💬 📡 |
Works towards #62.