$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kevin S. Van Horn (Kevin.VanHorn_at_[hidden])
Date: 2002-07-17 14:20:57
The documentation for the iterator_property_map class template only shows
one constructor:
iterator_property_map(Iterator i);
It fails to mention the other constructor, which is needed if one wants to
use a nontrivial offset map:
iterator_property_map(Iterator i, OffsetMap m);