Implemented low space-complexity stream decoding for all ioformats

This commit is contained in:
Leonetienne
2022-06-01 01:53:49 +02:00
parent 4c8c45ad04
commit bf8a6454ae
3 changed files with 146 additions and 3 deletions

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.");
}
}