16#ifndef CABANA_UTILS_HPP
17#define CABANA_UTILS_HPP
19#include <Cabana_Core_Config.hpp>
30constexpr bool deprecated( std::false_type ) {
return true; }
32[[deprecated(
"Cabana deprecation." )]]
constexpr bool
33deprecated( std::true_type )
39#ifdef Cabana_DISABLE_DEPRECATION_WARNINGS
40#define CABANA_DEPRECATED
42#define CABANA_DEPRECATED [[deprecated( "Cabana deprecation." )]]
Core: particle data structures and algorithms.
Definition Cabana_AoSoA.hpp:36