Implements part of P1614R2 "The Mothership has Landed"
Details
Details
- Reviewers
ldionne philnik Mordante - Group Reviewers
Restricted Project - Commits
- rG706b3951b389: [libc++] Implement `operator==` for `filesystem::space_info`
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, except for the missing constexpr test. I want to see that before approving.
libcxx/test/std/input.output/filesystems/fs.filesystem.synopsis/space_info.pass.cpp | ||
---|---|---|
28 | Please also test as constexpr since the defaulted is a constexpr function. (http://eel.is/c++draft/class.compare.default#4) |
Please also test as constexpr since the defaulted is a constexpr function. (http://eel.is/c++draft/class.compare.default#4)