placeholder comment

This commit is contained in:
Tobias Berger 2021-09-21 11:43:00 +02:00
parent 87759391d8
commit 7715a68609

View file

@ -61,6 +61,8 @@ namespace FractionNS {
bool operator>=(const double) const;
bool operator>=(const Fraction&) const;
// <=> would go here
// Binary math operators
Fraction& operator+(const int) const;
Fraction& operator+(const Fraction&) const;