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

Avoid using deprecated headers to silence compiler warnings #115

Merged
merged 1 commit into from
May 13, 2020

Conversation

Lastique
Copy link
Member

The warnings are generated by boost/detail/iterator.hpp, which has been deprecated in favor of <iterator>.

Also, updated location of enable_if.hpp.

The warnings are generated by boost/detail/iterator.hpp, which has been
deprecated in favor of <iterator>.

Also, updated location of enable_if.hpp.
@mclow
Copy link
Contributor

mclow commented May 11, 2020

This looks fine to me.

@codecov
Copy link

codecov bot commented May 11, 2020

Codecov Report

Merging #115 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #115   +/-   ##
========================================
  Coverage    68.84%   68.84%           
========================================
  Files           80       80           
  Lines         3444     3444           
  Branches      1027     1027           
========================================
  Hits          2371     2371           
  Misses         454      454           
  Partials       619      619           
Impacted Files Coverage Δ
...e/boost/iostreams/detail/adapter/range_adapter.hpp 43.18% <ø> (ø)

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 87d113c...6f30385. Read the comment docs.

@mclow mclow merged commit bc86890 into boostorg:develop May 13, 2020
@Lastique Lastique deleted the fix_deprecated_headers branch May 13, 2020 13:47
@Lastique
Copy link
Member Author

Please, merge to master.

@mclow
Copy link
Contributor

mclow commented Jun 24, 2020

Done.

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.

None yet

2 participants