mirror of
https://github.com/boostorg/integer.git
synced 2025-07-22 00:42:08 +02:00
Added MPL-compatible variant of the processor-optimized integer template
[SVN r47452]
This commit is contained in:
@ -84,6 +84,9 @@ template < >
|
||||
|
||||
// From <boost/integer.hpp> ------------------------------------------------//
|
||||
|
||||
template < typename BaseInt >
|
||||
struct fast_integral;
|
||||
|
||||
template < typename LeastInt >
|
||||
struct int_fast_t;
|
||||
|
||||
|
Reference in New Issue
Block a user