[ox] Add optional typename to satisfy clangd
This commit is contained in:
parent
cd0958c691
commit
ade6af8698
2
deps/ox/src/ox/std/stringview.hpp
vendored
2
deps/ox/src/ox/std/stringview.hpp
vendored
@ -109,7 +109,7 @@ struct MaybeSV<T, true> {
|
||||
using type = ox::StringView;
|
||||
};
|
||||
template<typename T>
|
||||
using MaybeSV_t = MaybeSV<T>::type;
|
||||
using MaybeSV_t = typename MaybeSV<T>::type;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user