$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] coding conventions
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-01-04 14:51:47
Rob Riggs wrote:
> I personally prefer 4 spaces, but that is more a compromise with the
> additional block levels in C++ compared with C (namespace, class, method).
I wouldn't recommend indenting things within namespaces, unless the
content is very short.
Certain libraries have 4 levels of namespace nesting.