$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Yuval Ronen (ronen_yuval_at_[hidden])
Date: 2006-09-18 02:04:24
Geoff Worboys wrote:
> I can see where this would make excellent sense in several of
> my applications. To optimise access inside tight loops you
> could assign the optional<T> to a T& - and so only be checking
> existence at the start... as opposed to my present problem of
> having to choose between assertion or exception checking at the
> top of each top-level class function.
Exactly.
> Yes, I like the thought very much. Thank you.
My pleasure! :-)