Implemented low space-complexity stream decoding for all ioformats

This commit is contained in:
Leonetienne
2022-06-01 01:53:52 +02:00
parent cc5c96b5eb
commit b3db6ef6c8
3 changed files with 146 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ std::string DataFormatter::FormatBlock(
);
default:
throw std::invalid_argument("FormatBlock(): Iobase now found! Oh no. Anyway.");
throw std::invalid_argument("FormatBlock(): Iobase not found! Oh no. Anyway.");
}
}