From 987d00b93370a24023760e0897e9cf59b9208462 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 30 Oct 2016 20:29:23 +0100 Subject: [PATCH] CsStream is not a thing anymore --- include/cubescript/cubescript_conf.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/cubescript/cubescript_conf.hh b/include/cubescript/cubescript_conf.hh index d6a5b61..5f0ad08 100644 --- a/include/cubescript/cubescript_conf.hh +++ b/include/cubescript/cubescript_conf.hh @@ -20,8 +20,6 @@ namespace cscript { template using CsVector = ostd::Vector; - using CsStream = ostd::Stream; - constexpr CsInt const CsIntMin = INT_MIN; constexpr CsInt const CsIntMax = INT_MAX;