Boost C++ Libraries: Ticket #6159: lexical_cast in 1.48 will not compile on platforms without cwchar https://svn.boost.org/trac10/ticket/6159 <p> Boost 1.48 added an include of the &lt;cwchar&gt; header in lexical_cast.hpp, and this breaks compilation on platforms that don't provide it (such as <a class="missing wiki">VxWorks</a>). </p> <p> It looks like Boost has a macro for handling this case already, so my guess is that this is fixable by just wrapping the include in a check for BOOST_NO_CWCHAR. A patch is attached that works for me. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6159 Trac 1.4.3 justin.viiret@… Tue, 22 Nov 2011 00:20:10 GMT attachment set https://svn.boost.org/trac10/ticket/6159 https://svn.boost.org/trac10/ticket/6159 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">lexical_cast_wchar.patch</span> </li> </ul> Ticket Antony Polukhin Mon, 05 Dec 2011 16:17:13 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6159#comment:1 https://svn.boost.org/trac10/ticket/6159#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/75812" title="Fixes #6159 (compilation on platforms without cwchar)">[75812]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6159" title="#6159: Bugs: lexical_cast in 1.48 will not compile on platforms without cwchar (closed: fixed)">#6159</a> (compilation on platforms without cwchar) </p> Ticket Antony Polukhin Mon, 05 Dec 2011 16:23:32 GMT cc set https://svn.boost.org/trac10/ticket/6159#comment:2 https://svn.boost.org/trac10/ticket/6159#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">antoshkka@…</span> added </li> </ul> Ticket Antony Polukhin Mon, 05 Dec 2011 16:32:08 GMT <link>https://svn.boost.org/trac10/ticket/6159#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6159#comment:3</guid> <description> <p> Great thanks! <br /> Fixed in trunk version. As soon as fix cycles through a regression tests it will be merged to release branch. </p> </description> <category>Ticket</category> </item> </channel> </rss>