From: Дмитрий Архипов (grisumbras_at_[hidden])
Date: 2024-11-20 11:45:48


ср, 20 нояб. 2024 г. в 13:18, Ruben Perez via Boost <boost_at_[hidden]>:
> I think that the library should be checking it and emitting an error, then.

FWIW, in a similar situation Boost.JSON checks if the value is within
the range of the integer type it is assigned to, and sets an error if
it does not.