Skip to content

[question] Compatibility of packages with cppstd=None #19027

@fschoenm

Description

@fschoenm

What is your question?

Hi, for historical reasons we have a lot of packages that haven't set a compiler.cppstd. Instead we used shared CMake scripts to define the C++ standard or just used the default. So far we didn't run into problems but recently we encountered a few Conan Center packages that require a C++ standard to be set.

We'd like to slowly introduce correctly setting compiler.cppstd but we would still like to keep using a few old packages before rebuilding everything.

I noticed that the default cppstd_compat.py extension ignores packages with compiler.cppstd set to None. Do you have a recommendation how we best tackle that situation?

Have you read the CONTRIBUTING guide?

  • I've read the CONTRIBUTING guide

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions