.. _program_listing_file__tmp_ws_src_eigenpy_include_eigenpy_memory.hpp: Program Listing for File memory.hpp =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/eigenpy/include/eigenpy/memory.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /* * Copyright 2014-2019, CNRS * Copyright 2018-2023, INRIA */ #include "eigenpy/fwd.hpp" EIGENPY_DEPRECATED_FILE( "This header file is now useless and should not be included anymore.") #ifndef __eigenpy_memory_hpp__ #define __eigenpy_memory_hpp__ #define EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(...) \ EIGENPY_DEPRECATED_MACRO(EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(), \ "it is no more needed.") #endif // __eigenpy_memory_hpp__