Skip to content

fix: convert filesystem::path to string explicitly

Iurii Zhesson requested to merge fix/msvc-path-to-string into slb-master

Type of change

  • Bug Fix
  • Feature
  • Build Fix

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Explicitly convert filesystem::path to string to fix MSVC build. Improve code readability by using namespace and brace-initialization.

Merge request reports