template <typename T, typename U, class Enable = void>
struct CheckedMaxOp
Defined at line 379 of file ../../third_party/mini_chromium/src/base/numerics/checked_math_impl.h
Max doesn't really need to be implemented this way because it can't fail,
but it makes the code much cleaner to use the MathOp wrappers.