summaryrefslogtreecommitdiffstats
path: root/Source/cm_static_string_view.hxx
Commit message (Collapse)AuthorAgeFilesLines
* String: Add support for a ""_s string literal syntaxBrad King2018-12-121-0/+41
Create a `static_string_view` type that binds only to the static storage of string literals. Teach `cm::String` to borrow from these implicitly.