**Link:** https://wg21.link/p1466r3 ***NOTE: WIP updating the issue with subtasks*** ## P1466R3: Miscellaneous minor fixes for chrono 1. - [ ] Update the value of the __cpp_lib_chrono 2. - [ ] Insert new paragraphs in 27.7.2.3 Non-member functions [time.clock.utc.nonmembers] 3. - [ ] Add two new rows to Table 87 4. - [x] Modify 27.8.6.2 [time.cal.wd.members] https://github.com/llvm/llvm-project/commit/db99d3a2a238f532ee8369b5599ee134db753247 - [ ] Modify 27.8.6.3 [time.cal.wd.nonmembers] - [x] `operator==` https://github.com/llvm/llvm-project/commit/db99d3a2a238f532ee8369b5599ee134db753247 - [x] `operator+` https://github.com/llvm/llvm-project/commit/db99d3a2a238f532ee8369b5599ee134db753247 - [ ] `operator<<` 5. - [ ] Modify 27.1 General [time.general] - [ ] Modify 27.2 Header <chrono> synopsis [time.syn] - [ ] Modify 27.7.1.3 Non-member functions - [x] Replace [time.tod] with [time.hms] - [x] 27.9 Class template hh_mm_ss [time.hms] https://github.com/llvm/llvm-project/commit/fde236b1f719b3a366af4cd5810e847cdb18e480 - [x] 27.9.1 Overview [time.hms.overview] https://github.com/llvm/llvm-project/commit/fde236b1f719b3a366af4cd5810e847cdb18e480 - [x] 27.9.2 Members [time.hms.members] https://github.com/llvm/llvm-project/commit/fde236b1f719b3a366af4cd5810e847cdb18e480 - [x] 27.9.3 Non-members [time.hms.nonmembers] https://github.com/llvm/llvm-project/commit/fde236b1f719b3a366af4cd5810e847cdb18e480 - [x] 27.10 12/24 hour functions [time.12] https://github.com/llvm/llvm-project/commit/fde236b1f719b3a366af4cd5810e847cdb18e480
Link: https://wg21.link/p1466r3
NOTE: WIP updating the issue with subtasks
P1466R3: Miscellaneous minor fixes for chrono
operator==db99d3aoperator+db99d3aoperator<<