tests: bump the C++ std for protobuf tests

Based on https://opensource.google/documentation/policies/cplusplus-support
Google no longer supports C++11, and protobuf spawns an `#error` if you
don't have at least 14.

So, perform our currently scheduled automatic bump.
pull/12014/head
Eli Schwartz 1 year ago committed by Xavier Claessens
parent 0a40e591d3
commit a8b9bd2b74
  1. 2
      test cases/frameworks/5 protocol buffers/meson.build

@ -1,4 +1,4 @@
project('protocol buffer test', 'cpp', default_options: ['cpp_std=c++11'])
project('protocol buffer test', 'cpp', default_options: ['cpp_std=c++14'])
protoc = find_program('protoc', required : false)
dep = dependency('protobuf', required : false)

Loading…
Cancel
Save