$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andy (borucki.andrzej_at_[hidden])
Date: 2019-11-05 09:12:04
sizeof(boost::multiprecision::cpp_int) is only 24 bytes = 6*32 bit limb
This means, that upto 24 bytes is stored at stack on variable itself, and
bigger are allocated?