Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

std::cout missing #include <iostream> #59

Closed
asiplas opened this issue Jan 11, 2019 · 1 comment
Closed

std::cout missing #include <iostream> #59

asiplas opened this issue Jan 11, 2019 · 1 comment

Comments

@asiplas
Copy link

asiplas commented Jan 11, 2019

src/samples/storage_sample_main.cc does not #include <iostream>… compiler complains about no cout in std.

google-api-cpp-client/src/samples/storage_sample_main.cc: In member function ‘void googleapis::StorageSample::Run()’:
google-api-cpp-client/src/samples/storage_sample_main.cc:133:10: error: ‘cout’ is not a member of ‘std’ 
     std::cout << "Could not list buckets: " << status.error_message()          
          ^~~~`
@tmatsuo
Copy link
Contributor

tmatsuo commented Jun 26, 2019

Thanks for filing the issue, but we deprecated this repository, so closing.

@tmatsuo tmatsuo closed this as completed Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants