Boost logo

Boost Users :

Subject: Re: [Boost-users] More on: Problem solved: LNK2019 with boost::thread_group [!]
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-12-11 12:35:33


AMDG

Joseph A. Marks wrote:
> Thanks, Steve, I get this in thread form so your great reply isn't included here. (AMDG).
>
> We often (though not always) have the following line also:
>
> using boost::unit_test_framework::test_suite;
>
> My coding standards manual says only to put using directives in .cpp files rather than .h (or .hpp) files.
>

Strictly speaking, this is a using declaration, not a using directive.
It is not as bad because it only imports a single name, not a
whole namespace.

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net