This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: space between function name and open parenthesis in C++


Doug Kwan (???) wrote:
> I would like to ask if it is an accepted practice to putting a
> space between a function name and the open parenthesis that follows in
> C++ code. In libstdc++-v3,
In the library, at variance with the compiler, normally we don't put any
space. You can find some only in libsupc++, which is at the border ;)

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]