[libc++] Implement `operator==` for `filesystem::space_info`
authorAdrian Vogelsgesang <avogelsgesang@tableau.com>
Sun, 31 Jul 2022 23:12:42 +0000 (16:12 -0700)
committerAdrian Vogelsgesang <avogelsgesang@tableau.com>
Mon, 8 Aug 2022 17:05:47 +0000 (10:05 -0700)
commit706b3951b38961ffa6581d446fee6664038caced
treeaeb0130ce36100d5443db3aef01edde38163633f
parent95b3ff08f5de487e928ddd8b26c15984adb59b11
[libc++] Implement `operator==` for `filesystem::space_info`

Implements part of P1614R2 "The Mothership has Landed"

Differential Revision: https://reviews.llvm.org/D130861
libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/__filesystem/space_info.h
libcxx/include/filesystem
libcxx/test/std/input.output/filesystems/fs.filesystem.synopsis/space_info.pass.cpp [new file with mode: 0644]