Boost C++ Libraries: Ticket #6104: Illegal Derefence https://svn.boost.org/trac10/ticket/6104 <p> For the record... </p> <p> This does an illegal dereference in boost\lexical_cast.hpp(1357): if ( Traits::eq(minus,*start) ) </p> <pre class="wiki">#include &lt;boost/lexical_cast.hpp&gt; #include &lt;boost/range/iterator_range.hpp&gt; int main() { boost::iterator_range&lt;const char*&gt; v; boost::lexical_cast&lt;int&gt;(v); } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6104 Trac 1.4.3 Antony Polukhin Thu, 08 Dec 2011 15:33:40 GMT owner, status changed https://svn.boost.org/trac10/ticket/6104#comment:1 https://svn.boost.org/trac10/ticket/6104#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">nasonov</span> to <span class="trac-author">Antony Polukhin</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Antony Polukhin Thu, 08 Dec 2011 15:34:37 GMT <link>https://svn.boost.org/trac10/ticket/6104#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6104#comment:2</guid> <description> <p> Duplicates ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6083" title="#6083: Bugs: Illegal Derefence (closed: fixed)">#6083</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Thu, 08 Dec 2011 15:34:52 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6104#comment:3 https://svn.boost.org/trac10/ticket/6104#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">duplicate</span> </li> </ul> Ticket