$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] max value by the number of bits
From: Christian Henning (chhenning_at_[hidden])
Date: 2013-02-05 18:57:28
>
> boost::int_max_value_t<V>
>
> http://www.boost.org/doc/libs/1_53_0/libs/integer/doc/html/boost_integer/integer.html
>
Robert, are you sure I can get the max value of a 15bit value using
int_max_value_t?
Christian