mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
fa279d6b16
Previously we hardcoded float. Now we use the result_type of the binary_function without any qualifiers. With any cv or reference qualifiers std::numeric_limits uses a default implementation which produces nonesense (e.g. numeric_limits<const int>::max() returns 0). |
||
---|---|---|
.. | ||
core |