diff options
Diffstat (limited to 'src/fstring.h')
-rw-r--r-- | src/fstring.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
1011 | 1011 | ||
1012 | template<> uint32_t __calcHashCode<FString>( const FString &k ); | 1012 | template<> uint32_t __calcHashCode<FString>( const FString &k ); |
1013 | template<> bool __cmpHashKeys<FString>( const FString &a, const FString &b ); | 1013 | template<> bool __cmpHashKeys<FString>( const FString &a, const FString &b ); |
1014 | |||
1015 | #ifdef BU_TRACE | ||
1016 | template<> void __tracer_format<FString>( const FString &v ); | ||
1017 | #endif | ||
1014 | } | 1018 | } |
1015 | 1019 | ||
1016 | #include <ostream> | 1020 | #include <ostream> |