$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in StaticVector - fixed capacity vector
From: Peter Dimov (pdimov_at_[hidden])
Date: 2011-10-15 12:34:55
Adam Wulkiewicz wrote:
> Yes and should I know what spirit::parse do if some exception is thrown
> inside? Maby it returns empty vector, whatever? Is it aware that some of
> the exceptions are ok? I don't know it and I do not want to know it.
Good point, although I suspect that it will do exactly what I expect it to
do. It doesn't need to be aware of "what exceptions are OK" for that - all
exceptions are (equally) OK.