[libcxx-commits] [libcxx] [libc++] Make `<set>` `std::set` constexpr as part of P3372R3 (PR #167241)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 22 01:59:59 PDT 2026


================

----------------
frederick-vs-ja wrote:

```suggestion
      constexpr bool operator<(const S& rhs) const { return val_ < rhs.val_; }
```

https://github.com/llvm/llvm-project/pull/167241


More information about the libcxx-commits mailing list