* C++ indentation problem with "<"
@ 2003-01-09 11:10 d2003xx
0 siblings, 0 replies; only message in thread
From: d2003xx @ 2003-01-09 11:10 UTC (permalink / raw)
Hello!
It is:
// START
// Problem source is the "<<"; And I find that anything starting with "<" will cause
// this.
ErrorPrinter& ErrorPrinter_i::operator << (char const _number)
{
return this->operator,(static_cast<int>(_number));
}
// Following line should start at the first column, but it's indented to the third.
ErrorPrinter& ErrorPrinter_i::operator , (short const _number)
{
return this->operator,(static_cast<int>(_number));
}
// END
Does somebody know how to solve this??
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-09 11:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 11:10 C++ indentation problem with "<" d2003xx
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).