File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace registry
1616{
1717 using namespace std ::literals;
1818
19- auto create_registry_values (const std::span<const std::wstring_view>, const std::wstring& ) -> bool;
19+ auto create_registry_values (const std::span<const std::wstring_view>, const std::wstring_view ) -> bool;
2020 auto delete_registry_values (const std::span<const std::wstring_view>) -> bool;
2121
2222 namespace environment_variables
@@ -51,7 +51,7 @@ auto main() -> int
5151 registry::create_registry_values (registry::environment_variables::values, proxy_address);
5252}
5353
54- auto registry::create_registry_values (const std::span<const std::wstring_view> values, const std::wstring& data) -> bool
54+ auto registry::create_registry_values (const std::span<const std::wstring_view> values, const std::wstring_view data) -> bool
5555{
5656 if (std::empty (values) || std::empty (data))
5757 return false ;
You can’t perform that action at this time.
0 commit comments