mirror of
https://github.com/zeldaret/st
synced 2026-05-23 15:01:41 -04:00
make it build (and get wibo update from ph)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace std {
|
||||
template <class T> class vector {
|
||||
public:
|
||||
T *elements;
|
||||
int size;
|
||||
int capacity;
|
||||
};
|
||||
} // namespace std
|
||||
Reference in New Issue
Block a user