$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] try_numeric_convert (akin to try_lexical_convert)
From: Chris Franz (cfranz_at_[hidden])
Date: 2015-03-04 19:26:28
We're using the new try_lexical_convert function in our code so we can
encapsulate errors in the standard manner used in our project. A counterpart
for numeric_cast would be useful. Is any such thing in the works?