Skip to content

Commit

Permalink
Set C++ standard to 17 for dynamic_bridge. (#26946)
Browse files Browse the repository at this point in the history
This uses std::from_chars which is a C++17 feature.
Since this is linux, it is safe to say C++17 or higher.

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Nov 1, 2023
1 parent 4af77d7 commit 1627700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/dynamic-bridge-app/linux/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ chip_system_project_config_include = "<SystemProjectConfig.h>"
chip_project_config_include_dirs =
[ "${chip_root}/examples/dynamic-bridge-app/bridge-common/include" ]
chip_project_config_include_dirs += [ "${chip_root}/config/standalone" ]

cpp_standard="c++17"

0 comments on commit 1627700

Please sign in to comment.