*** no comment ***
This commit is contained in:
parent
86a6af6974
commit
7adb262823
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ int amount_t::sign() const
|
||||||
bool amount_t::operator OP(const amount_t& amt) const \
|
bool amount_t::operator OP(const amount_t& amt) const \
|
||||||
{ \
|
{ \
|
||||||
if (! quantity) \
|
if (! quantity) \
|
||||||
return amt OP 0; \
|
return 0 OP amt; \
|
||||||
if (! amt.quantity) \
|
if (! amt.quantity) \
|
||||||
return *this OP 0; \
|
return *this OP 0; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue