
13 Feb
2009
13 Feb
'09
7:18 p.m.
vicente.botet wrote:
I must say, this is my case. However, I tend to use acronyms for namespace aliases:
namespace bll = boost::lambda; namespace bmi = boost::multi_index;
As for this tool, I would probably
namespace bsl = boost::string;
Not on your Boost.Log library doccumentation ;-)
You got me nailed. :) The Boost.Log case is a bit special, since the docs have to be as clear as possible. And anyway, I didn't say I always do so.