[ox/std] Cleanup

This commit is contained in:
Gary Talent 2023-12-02 04:02:42 -06:00
parent 611e2fa7cb
commit 9855a0bcf0

View File

@ -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;
}