Skip to content

BF: Address compiler errors about implicit cast from int to Real (a.k.a double)

Paul McCarthy requested to merge bf/implicit-cast into master

This MR addresses a compiler error which may arise on some platforms, complaining about an implicit cast from int to Real (which is type-deffed to double). An example failing build log can be seen here.

Merge request reports

Loading