1

Per this link,

boost::multiprecision::uint128_t sizeof is 24

uint128_t should be 24.

I tried it on Linux Ubuntu 16.04 x64, and it says 16.

Any reason?

user2584960
  • 645
  • 1
  • 6
  • 20

1 Answers1

2

cpp_int_base uses some auxiliary variables

   data_type   m_data;

   unsigned    m_limbs;
   bool        m_sign, m_internal;