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


##########
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:
   We have a comment on the last line to show the result. 
   `// res2 == "abc"`
   I think it's not necessary to add an additional line for displaying this 
result to the standard output.



-- 
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