[ox/std] Add BasicString<0> instantiation
This commit is contained in:
Vendored
+3
@@ -9,4 +9,7 @@
|
||||
#include "string.hpp"
|
||||
|
||||
namespace ox {
|
||||
|
||||
template class BasicString<0>;
|
||||
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -399,6 +399,8 @@ constexpr std::size_t BasicString<SmallStringSize>::len() const noexcept {
|
||||
return length;
|
||||
}
|
||||
|
||||
extern template class BasicString<0>;
|
||||
|
||||
using String = BasicString<0>;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user