Subject: Re: [Boost-users] problems with C++ integer types
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-01-31 11:28:41


> Modulo: NO

Integer types that are bounded (fixed precision) and implement modular
arithmetic (ie built-in integers on most/all platforms) can and should set
is_modulo field to true.

John.