$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2006-02-12 12:46:27
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.