From eda2bffe27415d28813badc5db572d1e4b20c3de Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 16 Apr 2013 14:53:02 -0600 Subject: Added formatter for Number. I'm a little embarassed that I didn't do this from the start, made the code so much easier to read. --- src/number.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/number.h') diff --git a/src/number.h b/src/number.h index 8d98a1b..cdae1df 100644 --- a/src/number.h +++ b/src/number.h @@ -52,4 +52,6 @@ private: PackedIntArray aInt; }; +Bu::Formatter &operator<<( Bu::Formatter &f, const Number &n ); + #endif -- cgit v1.2.3