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

get rid of extern const #2302

Merged
merged 1 commit into from
Aug 4, 2022
Merged

get rid of extern const #2302

merged 1 commit into from
Aug 4, 2022

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented Aug 3, 2022

Looks like some pre C++11 thing.

Also fix formatting of these by adding , at the end of the arrays.

Signed-off-by: Rosen Penev [email protected]

@codecov
Copy link

codecov bot commented Aug 3, 2022

Codecov Report

Merging #2302 (a205885) into main (cc60478) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2302      +/-   ##
==========================================
- Coverage   63.42%   63.42%   -0.01%     
==========================================
  Files         118      118              
  Lines       19637    19637              
  Branches     9607     9606       -1     
==========================================
- Hits        12455    12454       -1     
- Misses       5111     5112       +1     
  Partials     2071     2071              
Impacted Files Coverage Δ
src/properties.cpp 75.11% <ø> (ø)
src/tiffimage_int.cpp 78.18% <ø> (-0.46%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@piponazo
Copy link
Collaborator

piponazo commented Aug 3, 2022

It looked good to me, but some windows jobs are failing.

Looks like some pre C++11 thing.

Also fix formatting of these by adding , at the end of the arrays.

Signed-off-by: Rosen Penev <[email protected]>
@neheb
Copy link
Collaborator Author

neheb commented Aug 3, 2022

Fixed MSVC.

Looks like it hates defining forward declared extern const as constexpr.

@neheb neheb merged commit 12b94bc into Exiv2:main Aug 4, 2022
@neheb neheb deleted the 4 branch August 4, 2022 03:00
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