llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.96k stars 11.54k forks source link

P2944R3: Comparisons for `reference_wrapper` #105424

Open ldionne opened 3 weeks ago

ldionne commented 3 weeks ago

Link: https://wg21.link/P2944R3

BEGIN-RST-NOTES
Implemented comparisons for ``reference_wrapper`` only
END-RST-NOTES
Zingam commented 3 weeks ago

This is partially implemented in: https://github.com/llvm/llvm-project/pull/88384 I'm assigning this to me for later. If someone feels like to take it over please feel free to reassign it.