This is the mail archive of the gcc@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]

GCC Coding Conventions typo


https://gcc.gnu.org/codingconventions.html#ExternC

In the `Extern "C"` commentary, the coding conventions says:

    Definitions within the body of a namespace are not indented.

This should read

    Definitions within the body of an `extern "C"` block are not indented.

Cheers,

Chris Gregory!


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