Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] Implement P1946R0: allow defaulted comparisons to take their | Richard Smith | 2019-12-10 | 1 | -0/+12 |
| | | | | arguments by value. | ||||
* | [c++20] Defaulted comparison support for array members. | Richard Smith | 2019-12-09 | 1 | -5/+7 |
| | |||||
* | [c++20] Synthesis of defaulted comparison functions. | Richard Smith | 2019-12-08 | 1 | -0/+11 |
Array members are not yet handled. In addition, defaulted comparisons can't yet find comparison operators by unqualified lookup (only by member lookup and ADL). These issues will be fixed in follow-on changes. |