mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
Removed uLib::Vector
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include <istream>
|
||||
#include <algorithm>
|
||||
|
||||
#include "Core/Vector.h"
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
@@ -62,7 +61,7 @@ struct StringReader {
|
||||
while( IsEscape(c = m_is.get()) );
|
||||
if (c == str[pos] ) pos++;
|
||||
else pos = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static inline bool IsEscape(char c){
|
||||
|
||||
Reference in New Issue
Block a user