From 230e03166f061387e7e25591bd2df6acad4195ee Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 2 May 2007 03:04:20 +0000 Subject: In the middle of switching to using boost/operators.hpp --- src/balance.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/balance.cc') diff --git a/src/balance.cc b/src/balance.cc index 462a7074..e2e7df43 100644 --- a/src/balance.cc +++ b/src/balance.cc @@ -298,6 +298,7 @@ balance_t& balance_t::operator/=(const amount_t& amt) return *this; } +#if 0 balance_t::operator amount_t() const { if (amounts.size() == 1) { @@ -317,5 +318,6 @@ balance_t::operator amount_t() const "multiple commodities to an amount: " << temp); } } +#endif } // namespace ledger -- cgit v1.2.3