martin-g commented on code in PR #1920: URL: https://github.com/apache/avro/pull/1920#discussion_r1000575845
########## 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: Let's jump directly to 17 - https://issues.apache.org/jira/browse/AVRO-3610 -- 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]
