16#ifndef CABANA_UTILS_HPP
17#define CABANA_UTILS_HPP
19#include <Cabana_Core_Config.hpp>
30constexpr bool deprecated( std::false_type ) {
return true; }
33 "Template parameter should be converted from Kokkos device type to "
34 "Kokkos memory space." )]]
constexpr bool
35deprecated( std::true_type )
41#ifdef Cabana_DISABLE_DEPRECATION_WARNINGS
42#define CABANA_DEPRECATED
44#define CABANA_DEPRECATED [[deprecated( "Cabana deprecation." )]]
Core: particle data structures and algorithms.
Definition Cabana_AoSoA.hpp:36