Adaptive: fix integer promotion
std::max is only defined on same T type. Older GCC fail to promote it correctly.
Showing
Please register or sign in to comment
std::max is only defined on same T type. Older GCC fail to promote it correctly.