|
@@ -268,7 +268,7 @@ public: |
|
|
#endif |
|
|
#endif |
|
|
static String Printf(char const *format, ...) LOL_FMT_ATTR(1, 2); |
|
|
static String Printf(char const *format, ...) LOL_FMT_ATTR(1, 2); |
|
|
#undef LOL_FMT_ATTR |
|
|
#undef LOL_FMT_ATTR |
|
|
static String Printf(char const *format, va_list ap); |
|
|
|
|
|
|
|
|
static String VPrintf(char const *format, va_list ap); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
inline bool operator ==(char const* sz, String const &s) |
|
|
inline bool operator ==(char const* sz, String const &s) |
|
|