[ox] Add optional typename to satisfy clangd
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user