$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] 1.43.0 range_ex
From: Robert Jones (robertgbjones_at_[hidden])
Date: 2010-05-06 06:38:44
On Thu, May 6, 2010 at 10:46 AM, Thorsten Ottosen <nesotto_at_[hidden]> wrote:
>
> stop using
>
> using namespace foo::bar;
>
> :-)
>
> Seriously, people really need to qualify their function calls.
>
>
This is/should be a C++ coding guideline. Item 13 from
http://bulldozer00.wordpress.com/2010/02/01/project-specific-coding-guidelines/
reads
Minimize using directives, liberally employ using declarations to keep
verbosity low.
Cheers, Rob.