From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-04-19 15:46:38


From: "David B. Held" <dheld_at_[hidden]>
> > struct X: public boost::counted_base
> > [...]
>
> Except that right now, counted_base is in the detail namespace. ;)

Actually it's in boost:: now. Koenig-deficient compilers (MSVC 6/7) had
trouble finding the free functions in detail. It needs to be in boost
anyway, since it's now officially part of the interface.