Boost C++ Libraries: Ticket #7831: [lexical_cast] missing signature in doc https://svn.boost.org/trac10/ticket/7831 <p> <a href="http://www.boost.org/doc/libs/1_52_0/doc/html/boost_lexical_cast/synopsis.html#boost_lexical_cast.synopsis.lexical_cast">http://www.boost.org/doc/libs/1_52_0/doc/html/boost_lexical_cast/synopsis.html#boost_lexical_cast.synopsis.lexical_cast</a> </p> <p> now lexical_cast.hpp's sigunature: </p> <pre class="wiki">namespace boost { class bad_lexical_cast; template&lt;typename Target, typename Source&gt; Target lexical_cast(const Source&amp; arg); } </pre><p> But, Boost 1.52.0 has N characters version. should be: </p> <pre class="wiki">namespace boost { class bad_lexical_cast; template&lt;typename Target, typename Source&gt; Target lexical_cast(const Source&amp; arg); template &lt;typename Target&gt; Target lexical_cast(const AnyCharacterType* chars, std::size_t count); } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7831 Trac 1.4.3 Antony Polukhin Thu, 27 Dec 2012 18:47:17 GMT <link>https://svn.boost.org/trac10/ticket/7831#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7831#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82220" title="Add missing signature to doc (refs #7831)">[82220]</a>) Add missing signature to doc (refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7831" title="#7831: Bugs: [lexical_cast] missing signature in doc (closed: fixed)">#7831</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Thu, 27 Dec 2012 18:54:32 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7831#comment:2 https://svn.boost.org/trac10/ticket/7831#comment:2 <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/82224" title="Merge from trunk * Fixes #7799 (optimizations with std::array were not ...">[82224]</a>) Merge from trunk </p> <ul><li>Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7799" title="#7799: Bugs: std::array optimizations are not used (closed: fixed)">#7799</a> (optimizations with std::array were not used) </li><li>Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7831" title="#7831: Bugs: [lexical_cast] missing signature in doc (closed: fixed)">#7831</a> (documentation update) </li></ul> Ticket