mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-24 12:30:16 +01:00
a2eccbf075
The returned string is simply a substring of our constexpr tabs string_view, so we can just use a string_view here as well, since the original string_view is guaranteed to always exist. Now the function is fully non-allocating.