* 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
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.