$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Wille (mw8329_at_[hidden])
Date: 2007-08-19 16:21:48
Darren Garvey wrote:
> This is something I've been meaning to get feedback on, actually. The
> problem with giving things their own namespace is IMO it gets a bit
> ugly, for example:
>
> boost::cgi::fcgi::service service;
People can easily use typedefs or namespace aliases if they want to
avoid the long names.
Regards,
m