diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2013-07-26 03:11:47 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2013-07-26 03:11:47 +0000 |
| commit | 76d8443e8249f77f01c8ccc41e966827f076280f (patch) | |
| tree | 47c7740c08772314f0efbfb32e2a566ae7066919 /src/stable/formatter.h | |
| parent | e97cac3fbab4a00faeb3ddec08846307670b9a0e (diff) | |
| download | libbu++-76d8443e8249f77f01c8ccc41e966827f076280f.tar.gz libbu++-76d8443e8249f77f01c8ccc41e966827f076280f.tar.bz2 libbu++-76d8443e8249f77f01c8ccc41e966827f076280f.tar.xz libbu++-76d8443e8249f77f01c8ccc41e966827f076280f.zip | |
Removed an incorrect formatter << operator, and corrected a const_iterator vs
iterator issue in Bu::String.
Diffstat (limited to 'src/stable/formatter.h')
| -rw-r--r-- | src/stable/formatter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stable/formatter.h b/src/stable/formatter.h index 2d1c379..46934b9 100644 --- a/src/stable/formatter.h +++ b/src/stable/formatter.h | |||
| @@ -261,7 +261,6 @@ namespace Bu | |||
| 261 | Formatter &operator<<( Formatter &f, const Fmt &fmt ); | 261 | Formatter &operator<<( Formatter &f, const Fmt &fmt ); |
| 262 | Formatter &operator<<( Formatter &f, Formatter::Special s ); | 262 | Formatter &operator<<( Formatter &f, Formatter::Special s ); |
| 263 | Formatter &operator<<( Formatter &f, const char *sStr ); | 263 | Formatter &operator<<( Formatter &f, const char *sStr ); |
| 264 | Formatter &operator<<( Formatter &f, char *sStr ); | ||
| 265 | Formatter &operator<<( Formatter &f, const Bu::String &sStr ); | 264 | Formatter &operator<<( Formatter &f, const Bu::String &sStr ); |
| 266 | Formatter &operator<<( Formatter &f, signed char c ); | 265 | Formatter &operator<<( Formatter &f, signed char c ); |
| 267 | Formatter &operator<<( Formatter &f, char c ); | 266 | Formatter &operator<<( Formatter &f, char c ); |
