lidavidm commented on code in PR #13859: URL: https://github.com/apache/arrow/pull/13859#discussion_r943942813
########## cpp/examples/tutorial_examples/CMakeLists.txt: ########## @@ -0,0 +1,20 @@ +project(MyExample) +set(CMAKE_CXX_STANDARD 11) Review Comment: Here? https://github.com/apache/arrow/blob/0ffcc5939ed9fc0a4ca23492d68d2df0661f2bf9/dev/tasks/tasks.yml#L1587-L1594 ########## cpp/examples/tutorial_examples/CMakeLists.txt: ########## @@ -0,0 +1,20 @@ +project(MyExample) +set(CMAKE_CXX_STANDARD 11) Review Comment: (But probably don't need to worry about this yet…) -- 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]
