actually find the parser bug (not handling lines that end in \r\n). formatting changes. comment out functions b/c clang can't be bothered to generate generic function defs if the function that uses it isn't actually part of the main program
This commit is contained in:
@@ -14,5 +14,5 @@ template<class T> struct array {
|
||||
|
||||
template<class T> void append(array<T>& a, T el);
|
||||
template<class T> T pop(array<T>& a);
|
||||
template<class T> void resize(array<T>& a, size_t new_size);
|
||||
template<class T> void resize(array<T>& a, size_t new_cap);
|
||||
bool read_file(array<char>* out, const char* filepath);
|
||||
|
||||
Reference in New Issue
Block a user