Skip to content

Conversation

@ingyukoh
Copy link

…patibility (#26936)

Description

Fixes GCC build failure on Linux distributions where GCC < 13 is used (e.g., Ubuntu 22.04, Debian 12, CentOS Stream 9) by removing the usage of C++20 std::format.

Motivation and Context

Resolves #26936.
The OpenVINO provider recently introduced a dependency on <format> which makes the build fail on systems with older GCC versions (missing std::format support).

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.

[Build] OpenVINO Provider use C++20 feature that unavailable in supported linux distro

1 participant