Skip to content

Fix #1856#1857

Merged
ThomsonTan merged 1 commit intoopen-telemetry:mainfrom
lalitb:fix-vs2017_15
Dec 10, 2022
Merged

Fix #1856#1857
ThomsonTan merged 1 commit intoopen-telemetry:mainfrom
lalitb:fix-vs2017_15

Conversation

@lalitb
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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