Skip to content

Commit

Permalink
Issue warnings when using Kokkos::Impl::ALL_t
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
  • Loading branch information
dalg24 and masterleinad committed Jan 25, 2023
1 parent 05f6a9a commit ddefe61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/impl/Kokkos_ViewMapping.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ struct ALL_t {

#ifdef KOKKOS_ENABLE_DEPRECATED_CODE_4
namespace Impl {
using Kokkos::ALL_t;
using ALL_t KOKKOS_DEPRECATED_WITH_COMMENT("Use Kokkos::ALL_t instead!") =
Kokkos::ALL_t;
} // namespace Impl
#endif
} // namespace Kokkos
Expand Down

0 comments on commit ddefe61

Please sign in to comment.