diff options
Diffstat (limited to 'src/fstring.cpp')
-rw-r--r-- | src/fstring.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fstring.cpp b/src/fstring.cpp index f77e718..a036d72 100644 --- a/src/fstring.cpp +++ b/src/fstring.cpp | |||
@@ -33,12 +33,6 @@ template<> bool Bu::__cmpHashKeys<Bu::FString>( | |||
33 | return a == b; | 33 | return a == b; |
34 | } | 34 | } |
35 | 35 | ||
36 | std::basic_ostream<char>& operator<< (std::basic_ostream<char> &os, const Bu::FString &val ) | ||
37 | { | ||
38 | os.write( val.getStr(), val.getSize() ); | ||
39 | return os; | ||
40 | } | ||
41 | |||
42 | template<> void Bu::__tracer_format<Bu::FString>( const Bu::FString &v ) | 36 | template<> void Bu::__tracer_format<Bu::FString>( const Bu::FString &v ) |
43 | { | 37 | { |
44 | printf("(%ld)\"%s\"", v.getSize(), v.getStr() ); | 38 | printf("(%ld)\"%s\"", v.getSize(), v.getStr() ); |