Skip to content
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

Fix #1856 #1857

Merged
merged 1 commit into from
Dec 10, 2022
Merged

Fix #1856 #1857

merged 1 commit into from
Dec 10, 2022

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Dec 10, 2022

Fixes #1856

Changes

Fix in nostd:string_view and nostd::abseil::type_traits for building for VS2017 - v15.0 and higher.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@lalitb lalitb requested a review from a team December 10, 2022 07:01
@codecov
Copy link

codecov bot commented Dec 10, 2022

Codecov Report

Merging #1857 (56d206b) into main (75f3900) will increase coverage by 0.06%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1857      +/-   ##
==========================================
+ Coverage   85.73%   85.79%   +0.06%     
==========================================
  Files         171      171              
  Lines        5240     5240              
==========================================
+ Hits         4492     4495       +3     
+ Misses        748      745       -3     
Impacted Files Coverage Δ
api/include/opentelemetry/nostd/string_view.h 98.04% <ø> (ø)
ext/src/http/client/curl/http_client_curl.cc 81.44% <0.00%> (+1.14%) ⬆️

Copy link
Member

@esigo esigo left a comment

Choose a reason for hiding this comment

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

LGTM
Thanks foe the fix :)

Copy link
Member

@marcalff marcalff left a comment

Choose a reason for hiding this comment

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

LGTM

@ThomsonTan ThomsonTan merged commit f1f6083 into open-telemetry:main Dec 10, 2022
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 error with older version of VS2017 compiler
4 participants