$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-02-10 10:25:53
"Bill Buklis" <boostuser_at_[hidden]> writes:
> The predicate for std::find_if requires *iterator for the parameter.
> However, with ptr_map *iterator returns a reference to the element value
> instead of the key/value pair. Normally this is fine (in general code I like
> this feature)
Yikes, this sounds like a gratuitous inconsistency with the standard
map semantics, and not one that's "obviously better" than the standard
one. Why be inventive here?
-- Dave Abrahams Boost Consulting www.boost-consulting.com