CsStream is not a thing anymore

master
Daniel Kolesa 2016-10-30 20:29:23 +01:00
parent 049cbd0035
commit 987d00b933
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ namespace cscript {
template<typename T>
using CsVector = ostd::Vector<T>;
using CsStream = ostd::Stream;
constexpr CsInt const CsIntMin = INT_MIN;
constexpr CsInt const CsIntMax = INT_MAX;