forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration to C++17 as default standart (openvinotoolkit#28273)
### Details: - This PR bumps minimum required cxx standart version to C++17, which provides an ability to use advanced features from a more modern standart. - OpenVINO minimum supported compiler version is gcc 8.5 (for RHEL 8.4). Based on https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2017 gcc 8 has full c++17 support (with insignificant exceptions), so nothing prevents the upgrade. - MSVC supports c++17 starting with VS 2017 with some fixes in VS 2019 https://learn.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170. ### Dependencies: - Disable LTO build on Ubuntu 20: intel-innersource/frameworks.ai.openvino.ci.product-configs#3979 ### Tickets: - [CVS-157537](https://jira.devtools.intel.com/browse/CVS-157537) --------- Co-authored-by: Alina Kladieva <[email protected]>
- Loading branch information
1 parent
e56624a
commit 7318165
Showing
10 changed files
with
10 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters