[ox/std] Change default small Vector size to 0
This commit is contained in:
parent
fcc4cf3308
commit
4a9b0e5dc3
2
deps/ox/src/ox/std/vector.hpp
vendored
2
deps/ox/src/ox/std/vector.hpp
vendored
@ -103,7 +103,7 @@ struct SmallVector<T, 0> {
|
||||
|
||||
}
|
||||
|
||||
template<typename T, std::size_t SmallVectorSize = 1>
|
||||
template<typename T, std::size_t SmallVectorSize = 0>
|
||||
class Vector: detail::SmallVector<T, SmallVectorSize> {
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user