Boost C++ Libraries: Ticket #113: boost::lexical_cast<char>(' ') https://svn.boost.org/trac10/ticket/113 <pre class="wiki">the following code throws an exception: boost::lexical_cast&lt;char&gt;(' '); but the correct behavior should be that it does not throw an exception. The error is caused by skipping all whitespace of the argument. In my opinion this is never needed and just a bug. I've added a small patch to boost/lexical_cast.hpp (v1.3) which fixes this. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/113 Trac 1.4.3 kevlin Fri, 07 Oct 2005 18:42:34 GMT status changed https://svn.boost.org/trac10/ticket/113#comment:1 https://svn.boost.org/trac10/ticket/113#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=32864 Defect fixed. </pre> Ticket