commit | 09828ac2f1327cd1bcd6f8223820c88c9338de75 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Apr 19 14:50:01 2025 -0600 |
committer | Tom Tromey <tom@tromey.com> | Thu May 08 11:13:28 2025 -0600 |
tree | 78c9a9d36bc55a1d1177e31ce8a4b5777a18ec48 | |
parent | 440b7ed4a4bb8da7030244df8088b0b29a0211e6 [diff] |
Change substitute_path_component to use std::string This changes substitute_path_component to use std::string and std::string_view, simplifying it greatly and removing some manual memory management. Approved-By: Simon Marchi <simon.marchi@efficios.com>