improve conversions std::string <=> std::wstring

This commit is contained in:
Andrzej Rybczak
2009-03-26 12:00:11 +01:00
parent 79ac343fc0
commit 48f3361e2d
4 changed files with 15 additions and 56 deletions

View File

@@ -53,7 +53,6 @@ namespace NCurses
# ifdef _UTF8
void SetFormatting(short vb, const std::string &s, short ve, bool for_each = 1) { SetFormatting(vb, ToWString(s), ve, for_each); }
Scrollpad &operator<<(const char *s);
Scrollpad &operator<<(const std::string &s);
# endif // _UTF8