From 7bcf15bd28379ab8c30efd6bbaab06445753e9e2 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sat, 22 Feb 2020 16:05:13 +0100 Subject: [PATCH] removed memory streams because std::stringbuf can be customised to function that way --- libscio.hpp | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/libscio.hpp b/libscio.hpp index 634fb50..982ad85 100644 --- a/libscio.hpp +++ b/libscio.hpp @@ -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