Skip to content

Removed unused string_view include #5813

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

ilya-lavrenov
Copy link
Contributor

Description

Without C++17 current codebase cannot be compiled.
But it seems that string_view include is not used and we can drop it.

@ilya-lavrenov ilya-lavrenov requested a review from a team as a code owner December 18, 2023 19:25
Signed-off-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (67c456b) 56.36% compared to head (fb55591) 56.36%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5813   +/-   ##
=======================================
  Coverage   56.36%   56.36%           
=======================================
  Files         503      503           
  Lines       29634    29634           
  Branches     4435     4435           
=======================================
  Hits        16702    16702           
  Misses      12120    12120           
  Partials      812      812           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@justinchuby justinchuby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ONNX has moved to c++17 as the minimum supported version. Versions under are not expected to work.

@justinchuby justinchuby added the topic: better engineering Improve engineering quality of the project label Dec 18, 2023
@justinchuby justinchuby disabled auto-merge December 18, 2023 19:46
@justinchuby justinchuby added this pull request to the merge queue Dec 18, 2023
Merged via the queue into onnx:main with commit a0df7d4 Dec 18, 2023
@ilya-lavrenov ilya-lavrenov deleted the string-view branch December 19, 2023 09:18
linshokaku pushed a commit to linshokaku/onnx that referenced this pull request Oct 2, 2024
### Description

Without C++17 current codebase cannot be compiled.
But it seems that `string_view` include is not used and we can drop it.

Signed-off-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Signed-off-by: Linsho Kaku <linsho@preferred.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: better engineering Improve engineering quality of the project
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants