T.21 Fix wrong return type (#1942)

Co-authored-by: Nikolay Panov <pn.interface@gmail.com>
pull/1954/head
Nikolay Panov 3 years ago committed by GitHub
parent 6f27719b2b
commit dca24a0379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17434,7 +17434,7 @@ The rule supports the view that a concept should reflect a (mathematically) cohe
bool operator<(const Convenient&, const Convenient&);
// ... and the other comparison operators ...
Minimal operator+(const Convenient&, const Convenient&);
Convenient operator+(const Convenient&, const Convenient&);
// ... and the other arithmetic operators ...
void f(const Convenient& x, const Convenient& y)

Loading…
Cancel
Save