
12 Feb
2006
12 Feb
'06
5:46 p.m.
Alexei Alexandrov wrote:
Hi,
I'm trying to get boost working for x86_64 and Itanium on Windows. The result environment combination is rather strange: Platform SDK contains old Dinkumware STL and new compiler (14.0). So, the biggest problems is that I have to compile it without native wchar_t support. And lexical_cast is one of places where a problem exists:
[...] This was already done by John Maddock but it didn't make it into 1.33.0. Maybe you can get the file from CVS. Stefan Revision : 1.19 Date : 2005/8/29 12:43:15 Author : 'johnmaddock' State : 'Exp' Lines : +3 -2 Description : Reconfigure lexical_cast to work wide character strings and VC++ when not using /Zc:wchar_t.