-
- Downloads
Use std::numeric_limits<T>::lowest()
Replace instances of -std::numeric_limits<T>::max() by std::numeric_limits<T>::lowest() which is more generic
Loading
Please register or sign in to comment
Replace instances of -std::numeric_limits<T>::max() by std::numeric_limits<T>::lowest() which is more generic