mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[util][promote integral] add support for unsigned long long and uint128
This commit is contained in:
parent
88009aa38b
commit
af1a3da823
@ -235,6 +235,12 @@ private:
|
||||
typedef boost::mpl::list
|
||||
<
|
||||
unsigned short, unsigned int, unsigned long, std::size_t
|
||||
#if defined(BOOST_HAS_LONG_LONG)
|
||||
, boost::ulong_long_type
|
||||
#endif
|
||||
#if defined(BOOST_HAS_INT128)
|
||||
, boost::uint128_type
|
||||
#endif
|
||||
#if !defined(BOOST_GEOMETRY_NO_MULTIPRECISION_INTEGER)
|
||||
, typename multiprecision_unsigned_integer_type
|
||||
<
|
||||
|
Loading…
x
Reference in New Issue
Block a user