From d54e497297f4687c385ff8fbc91296365887c7c0 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Tue, 18 Nov 2003 20:10:19 +0000 Subject: [PATCH] added example for namespace bracing --- doc/CodingStyle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/CodingStyle b/doc/CodingStyle index fc70d3ef..cb1f6ee3 100644 --- a/doc/CodingStyle +++ b/doc/CodingStyle @@ -301,6 +301,10 @@ bodies and classes. Really short functions can be written in one single line. int x; }; + namespace bar { + // a foo by any other name... + } + void foo::schwupp(char c) { // diwupp -- 2.44.0