Boost logo

Boost Users :

From: John Femiani (JOHN.FEMIANI_at_[hidden])
Date: 2007-10-11 07:46:27


> John Femiani skrev:
> > using namespace boost::fusion;
> > using namespace boost;
>
> Please don't do this. If you really think it is too much to write
> boost::, use
>
> namespace b = boost;
> namespace bf = boost::fusion;
>
> -Thorsten

Too much? I'm not lazy, just confused.
I thought fusion would allow me to treat both types of container
uniformly, and if I have to use different names that just isn't true.
Perhaps I misunderstood Fusion.

-- John


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