fix ci error
This commit is contained in:
parent
7269b88729
commit
0ef937394e
@ -2249,10 +2249,7 @@ class binary_reader
|
|||||||
return sax->parse_error(chars_read, get_token_string(), parse_error::create(112, chars_read,
|
return sax->parse_error(chars_read, get_token_string(), parse_error::create(112, chars_read,
|
||||||
exception_message(input_format, "ndarray can not be recursive", "size"), nullptr));
|
exception_message(input_format, "ndarray can not be recursive", "size"), nullptr));
|
||||||
}
|
}
|
||||||
else
|
result.second |= (1 << 8); // use bit 8 to indicate ndarray, all UBJSON and BJData markers should be ASCII letters
|
||||||
{
|
|
||||||
result.second |= (1 << 8); // use bit 8 to indicate ndarray, all UBJSON and BJData markers should be ASCII letters
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return is_error;
|
return is_error;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10732,10 +10732,7 @@ class binary_reader
|
|||||||
return sax->parse_error(chars_read, get_token_string(), parse_error::create(112, chars_read,
|
return sax->parse_error(chars_read, get_token_string(), parse_error::create(112, chars_read,
|
||||||
exception_message(input_format, "ndarray can not be recursive", "size"), nullptr));
|
exception_message(input_format, "ndarray can not be recursive", "size"), nullptr));
|
||||||
}
|
}
|
||||||
else
|
result.second |= (1 << 8); // use bit 8 to indicate ndarray, all UBJSON and BJData markers should be ASCII letters
|
||||||
{
|
|
||||||
result.second |= (1 << 8); // use bit 8 to indicate ndarray, all UBJSON and BJData markers should be ASCII letters
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return is_error;
|
return is_error;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user