Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Rule q1: Unlike other blocks, the contents of namespace blocks are not indented to prevent excessive line splitting, and multiple namespaces may be opened or closed on a single line. For example:
    Code Block
    namespace qpid {
     namespace common {
    
    class SomeClass {
      void foo();
    };
    
    }} // namespace qpid::common
    

...