$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review] Heaps: mutability
From: Andrew Sutton (asutton.list_at_[hidden])
Date: 2011-06-05 08:09:26
> i have been thinking about provinding an interface with a modifier function, but
> to me it seems to increase the complexety of the interface ... but with c++0x
> lambdas it may become more useful ...
> other thoughts about this idea?
I think you mean "usable" instead of "useful" :) It should be
sufficient to document the protocol (modify then update).
Andrew