conan icon indicating copy to clipboard operation
conan copied to clipboard

Ensure msvc fallback does not ignore 194 binaries

Open AbrilRBS opened this issue 1 year ago • 2 comments

Changelog: Bugfix: Ensure msvc cppstd fallback does not ignore 194 binaries Docs: Omit

This is one of the alternatives, another one might be to test each factor in isolation too?

Closes https://github.com/conan-io/conan/issues/16564

AbrilRBS avatar Jun 30 '24 21:06 AbrilRBS

This is one of the alternatives, another one might be to test each factor in isolation too?

Yes, I think the combinatorics is not complete, and the empty element of each factor should also be used for the combinations.

memsharded avatar Jun 30 '24 22:06 memsharded

Good catch. I've changed the fix to address what I think the underlying issue is, can discuss it later :)

AbrilRBS avatar Jun 30 '24 23:06 AbrilRBS