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

Remove redundant ordinal function #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

justusc
Copy link
Member

@justusc justusc commented Apr 16, 2024

The RangeNd::ordinal(...) functions are redundant. They can be implemented using a single function. For cases where you want to call RangeNd::ordinal(), overload priority will favor the non-template function. The ordinal object is able to differentiate the different arguments.

The `RangeNd::ordinal(...)` functions are redundant. They can be implemented using a single function. For cases where you want to call `RangeNd::ordinal()`, overload priority will favor the non-template function. The ordinal object is able to differentiate the different arguments.
@justusc justusc requested review from evaleev and kmp5VT April 16, 2024 16:01
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

1 participant