You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: