From 7715a68609d24cd35073c2ea1d68f3a3e6355121 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Tue, 21 Sep 2021 11:43:00 +0200 Subject: [PATCH] placeholder comment --- fraction.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fraction.hpp b/fraction.hpp index 91c169b..8dbaacb 100644 --- a/fraction.hpp +++ b/fraction.hpp @@ -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;