[Boost-bugs] [Boost C++ Libraries] #9234: noexcept creation of a number from string

Subject: [Boost-bugs] [Boost C++ Libraries] #9234: noexcept creation of a number from string
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-11 13:25:43


#9234: noexcept creation of a number from string
------------------------------+----------------------------
 Reporter: psiha | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: multiprecision
  Version: Boost 1.54.0 | Severity: Optimization
 Keywords: |
------------------------------+----------------------------
 One of the benefits of using fixed-sized numbers is to avoid EH in ones
 code. It is then a bit 'sad' that one has to pay for EH codegen in the
 "from char const *" constructor which checks if the passed string is
 valid...please provide a way to specify to the library that construction
 will/must succeed (and should be check with an assert, not a throw)...

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9234>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC