This commit is contained in:
Daniel Lemire 2020-06-22 02:12:49 +00:00
parent 058507badf
commit b836164a38
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public:
std::unique_ptr<internal::dom_parser_implementation>& dst
) const noexcept final;
WARN_UNUSED error_code minify(const uint8_t *buf, size_t len, uint8_t *dst, size_t &dst_len) const noexcept final;
WARN_UNUSED bool utf8_validate(const char *buf, size_t len) const noexcept final;
WARN_UNUSED bool validate_utf8(const char *buf, size_t len) const noexcept final;
};
} // namespace arm64