Skip to content

Add mixed C++ standard consumer tests - #574

Merged
SRombauts merged 2 commits into
masterfrom
ci-cpp11-cpp17-consumers
Sep 21, 2026
Merged

SRombauts merged 2 commits into
masterfrom
ci-cpp11-cpp17-consumers

Conversation

@SRombauts

Copy link
Copy Markdown
Owner

This adds a small consumer project to check the supported C++ standard combinations.

The CI covers:

  • C++11 library / C++11 consumer
  • C++11 library / C++17 consumer
  • C++17 library / C++17 consumer

The C++17 consumer already exercises the existing std::filesystem::path API. This gives us a place to add std::string_view coverage from #518 without requiring the library itself to be built as C++17.

@coveralls

coveralls commented Sep 21, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 99.713%. remained the same — ci-cpp11-cpp17-consumers into master

@SRombauts
SRombauts force-pushed the ci-cpp11-cpp17-consumers branch from 025c96f to ee38503 Compare September 21, 2026 15:49
@SRombauts
SRombauts force-pushed the ci-cpp11-cpp17-consumers branch from ee38503 to 836d6b5 Compare September 21, 2026 18:49
@SRombauts
SRombauts merged commit 0f8d8e1 into master Sep 21, 2026
54 checks passed
@SRombauts
SRombauts deleted the ci-cpp11-cpp17-consumers branch September 21, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants