$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2006-05-04 03:50:05
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>();
Cheers
Russell