mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 14:18:41 +02:00
... 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.