Implemented low space-complexity stream decoding for all ioformats
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user