error:
cmake --build cmake-build-release --target cloud_storage -- -j 2
/cloud_storage/service_clients/service_client.h:68:19: error: ‘string’ in namespace ‘std::__cxx11’ does not name a type; did you mean ‘to_string’?
68 | std::__cxx11::string url_encode(const std::__cxx11::string& s);
| ^~~~~~
| to_string
error:
cmake --build cmake-build-release --target cloud_storage -- -j 2
/cloud_storage/service_clients/service_client.h:68:19: error: ‘string’ in namespace ‘std::__cxx11’ does not name a type; did you mean ‘to_string’?
68 | std::__cxx11::string url_encode(const std::__cxx11::string& s);
| ^~~~~~
| to_string