$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 04:37:40
>> You need to ensure that __STDC_CONSTANT_MACROS is defined *before any
>> headers are #included* in order to use that macro.
>
> Doesn't boost/cstdlib.hpp provide a way to define boost::intmax_t literals
> in a portable way?
It implements <cstdint> for better or worse,
John.