[ox/mc] Fix string support in MC and add support for ox::BasicString

This commit is contained in:
2022-01-27 20:58:33 -06:00
parent fd7510d14f
commit df782129bb
6 changed files with 119 additions and 51 deletions

View File

@@ -90,7 +90,7 @@ Error MetalClawWriter::field(const char*, SerStr val) noexcept {
return OxError(0);
}
std::size_t MetalClawWriter::size() noexcept {
std::size_t MetalClawWriter::size() const noexcept {
return m_buffIt;
}