[all-commits] [llvm/llvm-project] d94a77: [libc++][spaceship] Implement `operator<=>` for `t...

Hristo Hristov via All-commits all-commits at lists.llvm.org
Sat Apr 8 22:47:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d94a770f7b05161e0b8bc87975cfbc7f79d4b497
      https://github.com/llvm/llvm-project/commit/d94a770f7b05161e0b8bc87975cfbc7f79d4b497
  Author: Hristo Hristov <zingam at outlook.com>
  Date:   2023-04-09 (Sun, 09 Apr 2023)

  Changed paths:
    M libcxx/docs/Status/SpaceshipProjects.csv
    M libcxx/include/__chrono/time_point.h
    M libcxx/include/chrono
    A libcxx/test/std/time/time.point/time.point.comparisons/compare.three_way.compile.fail.cpp
    A libcxx/test/std/time/time.point/time.point.comparisons/compare.three_way.pass.cpp

  Log Message:
  -----------
  [libc++][spaceship] Implement `operator<=>` for `time_point`

Depends on D145881

Implements parts of **P1614R2**: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html
Implements `operator<=>` for `time_point`

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D146250




More information about the All-commits mailing list