From 7eb00b6d3037a7e30c326b43e23502f777b92eb6 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 12 Dec 2007 17:06:16 +0000 Subject: Corrected some issues with the new trace system. It's now working fine. It's backword compatible, and the new features are a lot of fun. Since it uses template functions you can add any new variable types to be formatted. --- src/fstring.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/fstring.h') diff --git a/src/fstring.h b/src/fstring.h index c7bbc5e..fd75892 100644 --- a/src/fstring.h +++ b/src/fstring.h @@ -1011,6 +1011,10 @@ namespace Bu template<> uint32_t __calcHashCode( const FString &k ); template<> bool __cmpHashKeys( const FString &a, const FString &b ); + +#ifdef BU_TRACE + template<> void __tracer_format( const FString &v ); +#endif } #include -- cgit v1.2.3