std_data_json icon indicating copy to clipboard operation
std_data_json copied to clipboard

chore: Clear up deprecations through the code base

Open Geod24 opened this issue 7 months ago • 0 comments

Replaces approxEqual with isClose and add pure to doubleValue as it was otherwise failing to compile. As void initialization of bool is no longer safe, this led to two other minor code adjustments.

Geod24 avatar Apr 15 '25 10:04 Geod24