diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,3 +18,8 @@ void append(T& a, const T& b) { a.insert(a.end(), b.begin(), b.end()); } + +//using cxx_flags = std::vector<ctor::cxx_flag>; +//using c_flags = std::vector<std::string>; +//using ld_flags= std::vector<std::string>; +//using asm_flags = std::vector<std::string>; |