[ox/std] Cleanup
This commit is contained in:
parent
611e2fa7cb
commit
9855a0bcf0
4
deps/ox/src/ox/std/stringview.hpp
vendored
4
deps/ox/src/ox/std/stringview.hpp
vendored
@ -108,8 +108,8 @@ template<typename T>
|
||||
struct MaybeSV<T, true> {
|
||||
using type = ox::StringView;
|
||||
};
|
||||
template<typename KK>
|
||||
using MaybeSV_t = MaybeSV<KK>::type;
|
||||
template<typename T>
|
||||
using MaybeSV_t = MaybeSV<T>::type;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user