Files
build-cpp-cmkr/docs/examples/cpp-version-change.markdown
T

313 B

layout, title, permalink, parent, nav_order
layout title permalink parent nav_order
page Changing C/C++ version /examples/quickstart Examples 1

Changing C/C++ version

Simple example changing C++ to version 20 and C standard to the version 11

[target.example]
type = "executable"
compile-features = [ "cxx_std_20", "c_std_11" ]