[all-commits] [llvm/llvm-project] f2f4b5: [libc++] P2944R3: Constrained comparisions - `vari...

Hristo Hristov via All-commits all-commits at lists.llvm.org
Wed Jun 25 02:12:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2f4b557aa7a957898c15dac3c2edd32f06581df
      https://github.com/llvm/llvm-project/commit/f2f4b557aa7a957898c15dac3c2edd32f06581df
  Author: Hristo Hristov <hghristov.rmm at gmail.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M libcxx/docs/Status/Cxx2cPapers.csv
    M libcxx/include/variant
    M libcxx/test/std/utilities/variant/variant.relops/relops.pass.cpp
    M libcxx/test/std/utilities/variant/variant.relops/relops_bool_conv.verify.cpp
    M libcxx/test/support/test_comparisons.h

  Log Message:
  -----------
  [libc++] P2944R3: Constrained comparisions - `variant` (#141396)

This is a follow-up and depends on #139368 being merged first.

Implements [P2944R3](https://wg21.link/P2944R3) partially, which adds
constrained comparisons to `std::variant`

Closes #136769

Depends on #139368

# References

[variant.relops](https://wg21.link/variant.relops)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list