Skip to content

Commit

Permalink
[deprecated code 3] remove using declaration in Kokkos::Experimental:…
Browse files Browse the repository at this point in the history
…: for clamp, min, max, and minmax
  • Loading branch information
dalg24 committed Oct 18, 2023
1 parent 57c0aa6 commit 35dda2a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions core/src/Kokkos_MinMaxClamp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,6 @@ KOKKOS_INLINE_FUNCTION constexpr Kokkos::pair<T, T> minmax(
return result;
}

#ifdef KOKKOS_ENABLE_DEPRECATED_CODE_3
namespace Experimental {
using ::Kokkos::clamp;
using ::Kokkos::max;
using ::Kokkos::min;
using ::Kokkos::minmax;
} // namespace Experimental
#endif

} // namespace Kokkos

#endif

0 comments on commit 35dda2a

Please sign in to comment.