$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Can we suppress integer_traits warnings?
From: Dmitry Goncharov (dgoncharov_at_[hidden])
Date: 2009-10-26 13:05:43
John Maddock wrote:
>
> Sure, but we need to fix the *library header file* so it doesn't emit
> warnings even when the user has asked for those warnings: we do this
> already for long long usage within Boost, but I can't find a
> workaround for constants with LL suffixes.
>
>
Have you considered computing the values at compile time instead of
using constants?
BR, Dmitry