[Chore](primitive-type) remove VecPrimitiveTypeTraits (#22842)

This commit is contained in:
Pxl
2023-08-23 08:37:40 +08:00
committed by GitHub
parent d9993a7790
commit 8ed4045df9
44 changed files with 204 additions and 962 deletions

View File

@ -459,7 +459,6 @@ private:
NativeResultType res;
// TODO handle overflow gracefully
if (Op::template apply<NativeResultType>(a, b, res)) {
LOG(WARNING) << "Decimal math overflow";
res = max_decimal_value<ResultType>();
}
return res;