$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [integer]/cstdint.hpp How to use portableliterals?
From: John Maddock (john_at_[hidden])
Date: 2009-12-10 11:18:59
> Compiler flag ;) gcc -D and in Project setting of VC ;)
Sure, but that doesn't work in a library header file where you have no
control over project settings...
I'm thinking that maybe we should change boost/cstdint.hpp to follow C++0x
and always define these macros, any objections or problems if we do that?
John.