util/StringView: add default constructors
It was implicitly deleted since commit
db23c2f27b
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
struct WStringView : BasicStringView<wchar_t> {
|
||||
using BasicStringView::BasicStringView;
|
||||
|
||||
WStringView() = default;
|
||||
constexpr WStringView(BasicStringView<value_type> src) noexcept
|
||||
:BasicStringView(src) {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user