Lots of work on LuaStack
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
#define UTIL_HPP
|
||||
|
||||
#include <string>
|
||||
#include <set>
|
||||
#include <algorithm>
|
||||
|
||||
namespace util {
|
||||
|
||||
using stringvec = std::vector<std::string>;
|
||||
using stringset = std::set<std::string>;
|
||||
|
||||
// trim from start
|
||||
static inline std::string ltrim(std::string s) {
|
||||
|
||||
Reference in New Issue
Block a user