Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] Synthesis of defaulted comparison functions. | Richard Smith | 2019-12-08 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | [c++20] Determine whether a defaulted comparison should be deleted or | Richard Smith | 2019-12-06 | 1 | -42/+115 |
| | | | | constexpr. | ||||
* | [c++20] Enforce rule that a union-like class or class with reference | Richard Smith | 2019-10-27 | 1 | -0/+70 |
members cannot have defaulted comparisons. |