$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [integer] what is the fastest integer type which can hold an 8 bit number?
From: Bjorn Reese (breese_at_[hidden])
Date: 2015-09-11 13:01:55
On 09/11/2015 05:55 PM, Robert Ramey wrote:
> std::int_fast8_t is only available in C++11++. But these are not huge
There is boost::int_fast8_t in <boost/cstdint.hpp> (as part of
Boost.Config.)