Updates:
Status: PendingFurtherInfo
Comment #2 on issue 1442 by [email protected]: stdint.h declaration
shouldn't leak on Windows
http://code.google.com/p/v8/issues/detail?id=1442
Including v8.h makes the (u)intXY_t types visible in the default namespace,
either by #including system headers or by using typedefs. OTOH,
boost/cstdint.hpp's purpose is to make those types available in the "boost"
namespace, so I don't fully understand what is actually wrong and/or the
behaviour you expect to see. Could you please elaborate on this a bit?
A short stand-alone program demonstrating your issue might be helpful plus
some information about the tools you are using (VisualStudio XY, MinGW,
Cygwin, ...), because all of this is highly compiler/platform-dependent.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev