remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))
it wasn't used, also if it was, probably it wouldn't work in this case, so bye bye.
This commit is contained in:
@@ -201,12 +201,6 @@ void Scrollpad::Clear(bool clear_screen)
|
|||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
Scrollpad &Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))
|
|
||||||
{
|
|
||||||
itsBuffer << os;
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef _UTF8
|
#ifdef _UTF8
|
||||||
Scrollpad &Scrollpad::operator<<(const std::string &s)
|
Scrollpad &Scrollpad::operator<<(const std::string &s)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -116,8 +116,6 @@ namespace NCurses
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
Scrollpad &operator<<(std::ostream &(*os)(std::ostream &));
|
|
||||||
|
|
||||||
# ifdef _UTF8
|
# ifdef _UTF8
|
||||||
bool SetFormatting(short vb, const std::string &s, short ve, bool for_each = 1) { return SetFormatting(vb, ToWString(s), ve, for_each); }
|
bool SetFormatting(short vb, const std::string &s, short ve, bool for_each = 1) { return SetFormatting(vb, ToWString(s), ve, for_each); }
|
||||||
Scrollpad &operator<<(const std::string &s);
|
Scrollpad &operator<<(const std::string &s);
|
||||||
|
|||||||
Reference in New Issue
Block a user