diff options
Diffstat (limited to 'amount.h')
-rw-r--r-- | amount.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -162,8 +162,6 @@ class amount_t negate(); } - operator std::string() const; - void parse(std::istream& in); void parse(const std::string& str) { std::istringstream stream(str); |