fixup! tr_quark_new() now takes a std::string_view (#1961) (#1983)

This commit is contained in:
Charles Kerr
2021-10-17 20:59:08 -05:00
committed by GitHub
parent 4b4948d26d
commit 8be7f774db
+1 -1
View File
@@ -414,7 +414,7 @@ auto constexpr my_static = std::array<std::string_view, 391>{ ""sv,
"watch-dir"sv,
"watch-dir-enabled"sv,
"webseeds"sv,
"webseedsSendingToUs" };
"webseedsSendingToUs"sv };
size_t constexpr quarks_are_sorted = ( //
[]() constexpr