From c10c9ef627c7e79fde6170fe334238bbcb5d66e5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 27 Aug 2010 21:53:54 +0000 Subject: Added formatter handlers for debugging, works really well. Also added a bunch more helpers to make it as easy to use as possible. --- src/float.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/float.h') diff --git a/src/float.h b/src/float.h index 1b3a06a..27233ae 100644 --- a/src/float.h +++ b/src/float.h @@ -23,4 +23,6 @@ namespace Gats }; } +Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Float &flt ); + #endif -- cgit v1.2.3