jmccl commented on code in PR #1920: URL: https://github.com/apache/avro/pull/1920#discussion_r1001197624
########## lang/c++/CMakeLists.txt: ########## @@ -21,7 +21,7 @@ cmake_minimum_required (VERSION 3.1) set (CMAKE_LEGACY_CYGWIN_WIN32 0) if (NOT DEFINED CMAKE_CXX_STANDARD) - set(CMAKE_CXX_STANDARD 11) + set(CMAKE_CXX_STANDARD 14) Review Comment: Sure, I've updated the PR. -- 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]
