Implements part of:
- P1614R2 The Mothership has Landed
Paths
| Differential D153222
[libc++][regex] Removes operator!=. ClosedPublic Authored by Mordante on Jun 18 2023, 2:54 AM.
Details
Summary Implements part of:
Diff Detail
Event TimelineComment Actions It looks like these operator== are not implemented but I cannot find when they were added to the standard: This revision is now accepted and ready to land.Jun 18 2023, 4:08 PM Closed by commit rGcdcfc5ec9b33: [libc++][regex] Removes operator!=. (authored by Mordante). · Explain WhyJun 19 2023, 8:02 AM This revision was automatically updated to reflect the committed changes. Comment Actions
Git blame tells me this is the resolution of https://cplusplus.github.io/LWG/issue3719
Revision Contents
Diff 532661 libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/regex
libcxx/modules/std/regex.cppm
libcxx/test/std/re/re.iter/re.regiter/re.regiter.comp/tested_elsewhere.pass.cpp
libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp
libcxx/test/std/re/re.results/re.results.nonmember/equal.pass.cpp
|