[ox/std] Cleanup
This commit is contained in:
parent
314ed8d05c
commit
a86bad1719
3
deps/ox/src/ox/std/vector.hpp
vendored
3
deps/ox/src/ox/std/vector.hpp
vendored
@ -78,7 +78,8 @@ class Vector {
|
||||
return m_items;
|
||||
}
|
||||
|
||||
[[nodiscard]] bool contains(const T&) const;
|
||||
[[nodiscard]]
|
||||
bool contains(const T&) const;
|
||||
|
||||
void insert(std::size_t pos, const T &val);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user