
19 Aug
2007
19 Aug
'07
8:21 p.m.
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