Boost logo

Boost :

From: Matias Capeletto (matias.capeletto_at_[hidden])
Date: 2006-05-04 08:33:58


On 5/4/06, Daniel Wesslén <daniel_at_[hidden]> wrote:
> Russell Hind wrote:
> > Matias Capeletto wrote:
> >> h1.ripway.com/mcape/boost/libs/misc/index.html
> >>
> >
> > On the introduction page, is there an error in the code? After a quick
> > glance,
> >
> > People::map_by<name> people = people.get_view<name>();
> >
> > looks like it should be
> >
> > People::map_by<name> people = people_info.get_view<name>();
>
> ... and while on the subject; why not
>
> People::map_by<name> people(people_info);
>
> ?

Thanks Daniel to point this, i like it, i will change the example as
you write it and upload the page at night. (get_view<tag>() wont
dissapeared yet)
Regards,
Matias


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