SYaoJun commented on code in PR #4040:
URL: https://github.com/apache/opendal/pull/4040#discussion_r1460889852


##########
examples/cpp/basic.cpp:
##########
@@ -22,4 +22,5 @@ int main() {
   opendal::ReaderStream stream(reader);
   std::string res2;
   stream >> res2; // res2 == "abc"
+  std::cout<<res2<<std::endl;

Review Comment:
   yes, I noticed the comment. But for a newbie,when he run a program, there is 
no any outputs and the program terminated. This seems a little strange. So I 
think print the result is better.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to