cmStringAlgorithms: Avoid -Wmaybe-uninitialized in cmAlphaNum constructor The `string_view` constructor does not dereference its pointer before we initialize the data, but the compiler doesn't know that.