Boost C++ Libraries: Ticket #6083: Illegal Derefence https://svn.boost.org/trac10/ticket/6083 <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/6083 Trac 1.4.3 Antony Polukhin Tue, 08 Nov 2011 18:12:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6083#comment:1 https://svn.boost.org/trac10/ticket/6083#comment:1 <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/75411" title="Fixes #6083 Merge from trunk">[75411]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6083" title="#6083: Bugs: Illegal Derefence (closed: fixed)">#6083</a> Merge from trunk </p> Ticket