placeholder comment
This commit is contained in:
parent
87759391d8
commit
7715a68609
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ namespace FractionNS {
|
||||||
bool operator>=(const double) const;
|
bool operator>=(const double) const;
|
||||||
bool operator>=(const Fraction&) const;
|
bool operator>=(const Fraction&) const;
|
||||||
|
|
||||||
|
// <=> would go here
|
||||||
|
|
||||||
// Binary math operators
|
// Binary math operators
|
||||||
Fraction& operator+(const int) const;
|
Fraction& operator+(const int) const;
|
||||||
Fraction& operator+(const Fraction&) const;
|
Fraction& operator+(const Fraction&) const;
|
||||||
|
|
Reference in a new issue