Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added subscribers: hiraditya, arichardson, mgorny. · View Herald TranscriptOct 4 2021, 5:39 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptOct 4 2021, 5:39 AM
clang-format: please reformat the code
-// friend constexpr auto operator<=>(const __iterator& __x, const __iterator& __y) -// requires totally_ordered<_Start> && three_way_comparable<_Start> -// { -// return __x.__value_ <=> __y.__value_; -// } + // friend constexpr auto operator<=>(const __iterator& __x, const __iterator& __y) + // requires totally_ordered<_Start> && three_way_comparable<_Start> + // { + // return __x.__value_ <=> __y.__value_; + // }