Skip to content

Commit

Permalink
tests: bump C++ requirement of has_header_symbol
Browse files Browse the repository at this point in the history
Boost now requires C++ 14, as of 1.82
  • Loading branch information
dcbaker committed Apr 25, 2024
1 parent bc4c1f5 commit a58dd66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test cases/common/103 has header symbol/meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit a58dd66

Please sign in to comment.