id summary reporter owner description type status milestone component version severity resolution keywords cc 6159 lexical_cast in 1.48 will not compile on platforms without cwchar justin.viiret@… nasonov "Boost 1.48 added an include of the header in lexical_cast.hpp, and this breaks compilation on platforms that don't provide it (such as VxWorks). 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." Bugs closed To Be Determined lexical_cast Boost 1.48.0 Problem fixed lexical_cast cwchar wchar_t antoshkka@…