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

Rename requires to needs #82

Merged
merged 2 commits into from
Mar 8, 2018
Merged

Rename requires to needs #82

merged 2 commits into from
Mar 8, 2018

Conversation

henryiii
Copy link
Collaborator

@henryiii henryiii commented Mar 2, 2018

requires() still works for 1.4, but is deprecated (in API documentation), and will not be available for C++20.

Fixes #75.

Also getting closer to a release.

@henryiii henryiii changed the title Adding fix for #75, rename requires to needs Rename requires to needs Mar 2, 2018
@henryiii henryiii added this to the v1.4 milestone Mar 2, 2018
@codecov
Copy link

codecov bot commented Mar 2, 2018

Codecov Report

Merging #82 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #82   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines        1374   1377    +3     
=====================================
+ Hits         1374   1377    +3
Impacted Files Coverage Δ
include/CLI/Option.hpp 100% <100%> (ø) ⬆️

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 d465414...6dcf6bf. Read the comment docs.

@henryiii henryiii merged commit 5186158 into master Mar 8, 2018
@henryiii henryiii deleted the needs branch March 8, 2018 10:48
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.

C++20 concepts compatibility issue
1 participant