1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 15:05:38 +01:00
Files
audacity/src/widgets
Paul Licameli 7ab97c969c Use std::numeric_limits<...>::lowest...
... not the negation of max(), which is wrong for unsigned types, and not
min(), which gives least normalized positive value for floating point types.

lowest() wasn't available before C++11.
2018-09-29 12:57:53 -04:00
..
2017-11-07 14:23:30 +00:00
2018-02-24 14:20:22 -05:00
2018-04-08 19:51:09 +01:00