j
k
j a
j l
Steven Watanabe wrote:
template<class T> T fit_to_range(const T& x, const T& y) { double max = (std::numeric_limits<T>::max)();
Very helpful, thanks. May I ask : why double, not T?
Back to the thread
Back to the list