$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [convert] no-throw and fallback feature
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2011-05-10 07:48:25
On May 9, 2011, at 5:39 PM, Stewart, Robert wrote:
> int i(fallback);
> opt_tie(i) = try_convert_to<int>(s);
Nice!