removed memory streams because std::stringbuf can be customised to function that way

This commit is contained in:
Bob Polis 2020-02-22 16:05:13 +01:00
parent 15f402e5ff
commit 7bcf15bd28

View File

@ -54,26 +54,6 @@ namespace sc {
};
class meminbuf : public std::streambuf {
};
class memistream : public std::istream {
};
class memoutbuf : public std::streambuf {
};
class memostream : public std::ostream {
};
class memstream : public memostream, public memistream {
};
struct float_80 {
unsigned char _val[10]; // big endian