diff options
author | Mike Buland <eichlan@xagasoft.com> | 2013-07-26 13:43:21 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2013-07-26 13:43:21 +0000 |
commit | 44a228640c782e46baf528749b5776714749ef2d (patch) | |
tree | a221854703976823dec00865aae37cd3c59a78a5 /src/stable/hash.h | |
parent | 634a6bdcfccd8e3ea94708e396b70597e0ea66c0 (diff) | |
download | libbu++-44a228640c782e46baf528749b5776714749ef2d.tar.gz libbu++-44a228640c782e46baf528749b5776714749ef2d.tar.bz2 libbu++-44a228640c782e46baf528749b5776714749ef2d.tar.xz libbu++-44a228640c782e46baf528749b5776714749ef2d.zip |
Got rid of the last non-const formatter << operator references.
Diffstat (limited to 'src/stable/hash.h')
-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 ) |