Boost C++ Libraries: Ticket #9070: Boost.LexicalCast wrong parameter name https://svn.boost.org/trac10/ticket/9070 <p> The latest changes to _Boost.LexicalCast_ on trunk break refer to an <code>input</code> parameter when there only is an <code>output</code> parameter. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9070 Trac 1.4.3 Agustín K-ballo Bergé <kaballo86@…> Fri, 30 Aug 2013 17:07:55 GMT attachment set https://svn.boost.org/trac10/ticket/9070 https://svn.boost.org/trac10/ticket/9070 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">lexical_cast.hpp.patch</span> </li> </ul> <p> patch </p> Ticket Antony Polukhin Fri, 30 Aug 2013 20:13:42 GMT status changed https://svn.boost.org/trac10/ticket/9070#comment:1 https://svn.boost.org/trac10/ticket/9070#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/85528" title="lexical_cast.hpp improvements: interpreter was split to input and ...">[85528]</a>. Are other things work well? </p> <p> P.S.: It is pleasant to have so many active users of the library. Thanks for reporting the issues! </p> Ticket Agustín K-ballo Bergé <kaballo86@…> Fri, 30 Aug 2013 22:43:04 GMT <link>https://svn.boost.org/trac10/ticket/9070#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9070#comment:2</guid> <description> <p> Everything seems fine now, the build is successful. Thank you for a quick turnaround. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Tue, 12 Nov 2013 17:15:13 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9070#comment:3 https://svn.boost.org/trac10/ticket/9070#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</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/86654" title="Merged a big bunch of internal code changes from trunk for ...">[86654]</a>) Merged a big bunch of internal code changes from trunk for lexical_cast: dropped support of antique compilers, code changed to produce a smaller binaries and simplify compiler's work, simplified and shortened the code, common with other libraries code moved to 'detail/basic_pointerbuf.hpp' (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9046" title="#9046: Tasks: Refactoring of lexical cast (closed: fixed)">#9046</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9070" title="#9070: Bugs: Boost.LexicalCast wrong parameter name (closed: fixed)">#9070</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9271" title="#9271: Bugs: C4512 warnings with VS 2013 RTM (closed: fixed)">#9271</a>) </p> Ticket