[all-commits] [llvm/llvm-project] 877620: [libc++] Implement `operator<=>` for `error_{code, ...

Adrian Vogelsgesang via All-commits all-commits at lists.llvm.org
Mon Aug 15 16:06:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 877620bd961851d1ce6891db591b193b85796027
      https://github.com/llvm/llvm-project/commit/877620bd961851d1ce6891db591b193b85796027
  Author: Adrian Vogelsgesang <avogelsgesang at tableau.com>
  Date:   2022-08-15 (Mon, 15 Aug 2022)

  Changed paths:
    M libcxx/docs/Status/SpaceshipProjects.csv
    M libcxx/include/system_error
    A libcxx/test/std/diagnostics/syserr/syserr.compare/cmp_error_code.pass.cpp
    A libcxx/test/std/diagnostics/syserr/syserr.compare/cmp_error_condition.pass.cpp

  Log Message:
  -----------
  [libc++] Implement `operator<=>` for `error_{code,condition}`

Implements part of P1614R2 "The Mothership has Landed"

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




More information about the All-commits mailing list