From: Christian Bauer Date: Tue, 18 Nov 2003 20:10:19 +0000 (+0000) Subject: added example for namespace bracing X-Git-Tag: release_1-2-0~68 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=d54e497297f4687c385ff8fbc91296365887c7c0;hp=511e167db491dba2288fd164b9cc044a7073ce56 added example for namespace bracing --- 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