aboutsummaryrefslogtreecommitdiff
path: root/src/stable
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2013-07-26 13:43:21 +0000
committerMike Buland <eichlan@xagasoft.com>2013-07-26 13:43:21 +0000
commit44a228640c782e46baf528749b5776714749ef2d (patch)
treea221854703976823dec00865aae37cd3c59a78a5 /src/stable
parent634a6bdcfccd8e3ea94708e396b70597e0ea66c0 (diff)
downloadlibbu++-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')
-rw-r--r--src/stable/hash.h1
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 )