aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/fstring.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fstring.h b/src/fstring.h
index bc23e57..167c055 100644
--- a/src/fstring.h
+++ b/src/fstring.h
@@ -21,10 +21,6 @@
21#include "bu/hash.h" 21#include "bu/hash.h"
22#include "bu/util.h" 22#include "bu/util.h"
23 23
24#ifndef min
25#define min( a, b ) ((a<b)?(a):(b))
26#endif
27
28namespace Bu 24namespace Bu
29{ 25{
30 template< typename chr > 26 template< typename chr >
@@ -1070,6 +1066,7 @@ namespace Bu
1070 } 1066 }
1071 1067
1072#ifdef BU_TRACE 1068#ifdef BU_TRACE
1069 template<typename t> void __tracer_format( const t &v );
1073 template<> void __tracer_format<FString>( const FString &v ); 1070 template<> void __tracer_format<FString>( const FString &v );
1074#endif 1071#endif
1075} 1072}