Subject: [Boost-bugs] [Boost C++ Libraries] #7065: Optimize conversion to and from boost and std array
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-02 16:56:58
#7065: Optimize conversion to and from boost and std array
---------------------------------------------+------------------------------
Reporter: apolukhin | Owner: apolukhin
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: lexical_cast
Version: Boost 1.50.0 | Severity: Optimization
Keywords: array lexical_cast optimization |
---------------------------------------------+------------------------------
Those conversions shall not allocate heap memory. [[BR]]
[[BR]]
Usage example:
{{{
typedef boost::array<char, 50> buf_type;
buf_type res = boost::lexical_cast<buf_type>(number_var);
// use `res.begin()` as a char*
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7065> 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:09 UTC