oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

Implementation of the `lower_bound_impl` and other function near that.

Open SergeyKopienko opened this issue 11 months ago • 0 comments

https://github.com/oneapi-src/oneDPL/blob/f8c3586b216e61b272b188773ac2a4c281afade5/include/oneapi/dpl/internal/binary_search_impl.h#L77

Implementation of the lower_bound_impl and other function near that isn't quite correct:

  • it's call other public API function.
  • better to call from internal API only.

SergeyKopienko avatar Mar 06 '24 10:03 SergeyKopienko