Conversation
The cstd setting was added to Conan in v2.4.0. Similar to cppstd, it is used to indicate the selected C language standard.
|
@valgur @memsharded would it be possible to get this merged? |
|
Hi @jhol Thanks for your PR and sorry it was not reviewed back then. The problem with this PR is that it creates a profile that is not aligned with the default Conan profiles. I am not fully opposed to it, but we need to carefully consider this, I'll try to review it with @jcar87 when possible, thanks for the ping! |
Is there a way we can make this opt-in or opt-out in |
The
cstdsetting was added to Conan in v2.4.0. Similar tocppstd, it is used to indicate the selected C language standard.The branch of this PR is based upon thetidy-upsbranch from #656, which has not yet been merged todevelop2, hence why the additional patches are also visible.