BTAS icon indicating copy to clipboard operation
BTAS copied to clipboard

Remove redundant ordinal function

Open justusc opened this issue 1 year ago • 0 comments

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 avatar Apr 16 '24 15:04 justusc