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

add missing memory header for std::unique_ptr in values.hpp #2236

Merged
merged 1 commit into from
May 16, 2022

Conversation

VJSchneid
Copy link
Contributor

@VJSchneid VJSchneid commented May 14, 2022

76f01fd removes the memory header
which is required to use std::unique_ptr for some builds
(e.g. archlinux using gcc 12.1.0).

Due to this some CI nightly builds are also failing.

76f01fd removes the <memory> header
which is required to use std::unique_ptr for some builds
(e.g. archlinux using gcc 12.1.0).
@codecov
Copy link

codecov bot commented May 14, 2022

Codecov Report

Merging #2236 (3c12c59) into main (19dc566) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2236   +/-   ##
=======================================
  Coverage   63.42%   63.42%           
=======================================
  Files         117      117           
  Lines       19593    19593           
  Branches     9551     9551           
=======================================
  Hits        12426    12426           
  Misses       5098     5098           
  Partials     2069     2069           
Impacted Files Coverage Δ
include/exiv2/value.hpp 84.44% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0561392...3c12c59. Read the comment docs.

Copy link
Collaborator

@piponazo piponazo left a comment

Choose a reason for hiding this comment

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

Thanks for taking care of this!

@piponazo piponazo merged commit 1ff0950 into Exiv2:main May 16, 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.

3 participants