Merge commit '34b7779397bd4712603b4c5a39ffc57b74da0abd'
All checks were successful
Build / build (push) Successful in 2m29s

This commit is contained in:
Gary Talent 2024-09-29 22:03:41 -05:00
commit 1e34f91ebd

View File

@ -49,5 +49,7 @@ class CStringView: public detail::BaseStringView {
}; };
using CStringViewCR = CStringView const&;
} }