Boost lexical_cast throws bad_lexical_cast when converting types


Using boost to convert one type to another.

Will this even work?

thumbs-down-smiley
No, because int8_t is a char in this case. So it will die in a horrible fire, ie. you will get a bad_lexical_cast exception.

You must static cast to an integer type first:



Leave a Reply

Your email address will not be published. Required fields are marked *


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">