tests: bump C++ requirement of has_header_symbol

Boost now requires C++ 14, as of 1.82
pull/13147/head
Dylan Baker 9 months ago committed by Eli Schwartz
parent b732070a64
commit ff95c7d083
  1. 5
      test cases/common/103 has header symbol/meson.build

@ -1,7 +1,10 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright © 2024 Intel Corporation
project(
'has header symbol',
'c', 'cpp',
default_options : ['cpp_std=c++11'],
default_options : ['cpp_std=c++14'],
)
cc = meson.get_compiler('c')

Loading…
Cancel
Save