>>This is a small change to libstdc++ which does not change any behavior.
>
> Please CC the libstd...@gcc.gnu.org list on all libstdc++ patches, as
> documented at https://gcc.gnu.org/lists.html
Acknowledged. Sorry.
>>This change has two, ihmo positive, implications:
>>
>> - The implicit conver
This is a small change to libstdc++ which does not change any behavior.
This change has two, ihmo positive, implications:
- The implicit conversion from double to int is avoided (Avoiding a
warning).
- No floating point number is used at all, which could be significant
in some scenario