mirror of
https://github.com/monero-project/monero.git
synced 2025-12-16 12:01:29 +09:00
When building on Ubuntu 22.04 with GCC 11.4.0 and Boost 1.89.0.beta1,
the build failed with:
```
error: ‘floor’ was not declared in this scope
41 | num_char = (int)floor((float)num_char / (float)radix);
| ^~~~~
```
Signed-off-by: Michael Cho <michael@michaelcho.dev>
epee - is a small library of helpers, wrappers, tools and so on, used to make my life easier.