diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stable/hash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stable/hash.h b/src/stable/hash.h index 9634238..b3d803f 100644 --- a/src/stable/hash.h +++ b/src/stable/hash.h | |||
@@ -1273,7 +1273,6 @@ namespace Bu | |||
1273 | template<> bool __cmpHashKeys<char *>( char * const &a, char * const &b ); | 1273 | template<> bool __cmpHashKeys<char *>( char * const &a, char * const &b ); |
1274 | 1274 | ||
1275 | class Formatter; | 1275 | class Formatter; |
1276 | Formatter &operator<<( Formatter &rOut, char *sStr ); | ||
1277 | Formatter &operator<<( Formatter &rOut, signed char c ); | 1276 | Formatter &operator<<( Formatter &rOut, signed char c ); |
1278 | template<typename key, typename value> | 1277 | template<typename key, typename value> |
1279 | Formatter &operator<<( Formatter &f, const Bu::Hash<key, value> &l ) | 1278 | Formatter &operator<<( Formatter &f, const Bu::Hash<key, value> &l ) |