Boost logo

Boost :

From: James S. Adelman (j.adelman_at_[hidden])
Date: 2002-04-16 14:12:51


On Tuesday 16 April 2002 7:42 pm, you wrote:
> Why are we not allowed to do:
>
> class X {
> using foo:whatever;
> ...
> };

Perhaps you mean

class X {
  using foo::whatever;
...
};


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk