Boost logo

Boost Users :

From: Darin Adler (darin_at_[hidden])
Date: 2001-12-17 17:14:36


On 12/17/01 12:36 PM, "Tom Matelich" <tmatelich_at_[hidden]> wrote:

> Any suggestions?

This may not be what you have in mind, but in my own code I prohibit:

    using namespace boost;

But in code outside header files, I always use:

    using boost::tuple;

And the like, except in cases where there are name conflicts. So I have
includes at the top of my source files, followed by using statements,
followed by code.

    -- Darin


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