Boost C++ Libraries: Ticket #7065: Optimize conversion to and from boost and std array https://svn.boost.org/trac10/ticket/7065 <p> Those conversions shall not allocate heap memory. <br /> <br /> Usage example: </p> <pre class="wiki"> typedef boost::array&lt;char, 50&gt; buf_type; buf_type res = boost::lexical_cast&lt;buf_type&gt;(number_var); // use `res.begin()` as a char* </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7065 Trac 1.4.3 Antony Polukhin Mon, 02 Jul 2012 18:30:23 GMT <link>https://svn.boost.org/trac10/ticket/7065#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7065#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79230" title="Optimizations for boost and std array (refs #7065)">[79230]</a>) Optimizations for boost and std array (refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7065" title="#7065: Feature Requests: Optimize conversion to and from boost and std array (closed: fixed)">#7065</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Tue, 03 Jul 2012 17:32:30 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7065#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7065#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79249" title="Documentation update: documented optimizations for boost and std ...">[79249]</a>) Documentation update: documented optimizations for boost and std arrays (refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7065" title="#7065: Feature Requests: Optimize conversion to and from boost and std array (closed: fixed)">#7065</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Wed, 04 Jul 2012 18:50:58 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7065#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7065#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79266" title="Updated documentaion, fixed bug and refactored tests (refs #7065)">[79266]</a>) Updated documentaion, fixed bug and refactored tests (refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7065" title="#7065: Feature Requests: Optimize conversion to and from boost and std array (closed: fixed)">#7065</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Thu, 05 Jul 2012 19:27:37 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7065#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7065#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79297" title="Updated documentaion and performance test (now we have info about ...">[79297]</a>) Updated documentaion and performance test (now we have info about conversion speed to and from array&lt;&gt;, refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7065" title="#7065: Feature Requests: Optimize conversion to and from boost and std array (closed: fixed)">#7065</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Sun, 08 Jul 2012 17:59:52 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7065#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7065#comment:5</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79363" title="Fix tab in documentation (refs #7065)">[79363]</a>) Fix tab in documentation (refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7065" title="#7065: Feature Requests: Optimize conversion to and from boost and std array (closed: fixed)">#7065</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Sun, 08 Jul 2012 18:06:33 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7065#comment:6 https://svn.boost.org/trac10/ticket/7065#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79364" title="Merge from trunk (now lexical_cast has optimized conversions to and ...">[79364]</a>) Merge from trunk (now lexical_cast has optimized conversions to and from array&lt;&gt;, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7065" title="#7065: Feature Requests: Optimize conversion to and from boost and std array (closed: fixed)">#7065</a>) </p> Ticket