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.

(cherry picked from commit a8b9bd2b74)
1.2
Eli Schwartz 1 year ago
parent ccea7af5c9
commit 0f6d6303ba
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  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