$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Claudio La Rosa (claudio.larosa74_at_[hidden])
Date: 2021-08-03 06:34:53
Hi to all,
I unsuccessfully  tried to use a boost multiprecision variable (object?) as index of an array.
Int myArray[100];
uint128_t index = 23;
int value = myArray[index];
This code donât work.
There is a way for to use a multiprecision as index of an array?
Thanks.
Claudio La Rosa