Skip to content

Commit

Permalink
Update docs/source/API/core/policies/RangePolicy.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Nevin ":-)" Liber <[email protected]>
  • Loading branch information
ldh4 and nliber committed Aug 20, 2024
1 parent 3231555 commit 62cbb47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/API/core/policies/RangePolicy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ Preconditions:
^^^^^^^^^^^^^^

* The begin index must not be greater than the end index.
* The actual constructors are templated so we can check that they are converted to ``index_type`` safely (see `#6754 <https://github.com/kokkos/kokkos/pull/6754>`_).
* The conversion safety check is performed only if ``index_type`` is convertible to the begin and end index types.
* The actual constructors are templated so we can check that they are converted to ``index_type`` safely if possible (see `#6754 <https://github.com/kokkos/kokkos/pull/6754>`_).

CTAD Constructors (since 4.3):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 62cbb47

Please sign in to comment.