#cmakedefine ENTITYX_INSTALLED_PYTHON_PACKAGE_DIR "@ENTITYX_INSTALLED_PYTHON_PACKAGE_DIR@"
#cmakedefine ENTITYX_NEED_GET_POINTER_SHARED_PTR_SPECIALIZATION "@ENTITYX_NEED_GET_POINTER_SHARED_PTR_SPECIALIZATION@"
-#define ENTITYX_HAVE_STD_SHARED_PTR 1
-
#include <stdint.h>
#include "entityx/config.h"
// Which shared_ptr implementation should we use?
-#if (ENTITYX_HAVE_STD_SHARED_PTR)
-
#include <memory>
namespace entityx {
} // namespace entityx
-#else
-
-#warning "Don't have a std shared_ptr implementation to use"
-
-#endif
-
-
namespace entityx {
template <typename T>