Skip to content

Convert and modernize various parts of the viewer to use string_view and move semantics

Rye Mutt requested to merge stringview into master

This modernizes various parts of the viewer to use string_view and move semantics to reduce the number of runtime string copies.

Edited by Rye Mutt

Merge request reports