Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] Determine whether a defaulted comparison should be deleted or | Richard Smith | 2019-12-06 | 1 | -0/+2 |
| | | | | constexpr. | ||||
* | [c++2a] Allow comparison functions to be explicitly defaulted. | Richard Smith | 2019-10-22 | 1 | -0/+25 |
This adds some initial syntactic checking that only the appropriate function signatures can be defaulted. No implicit definitions are generated yet. |