#include "aligator/deprecated.hpp"
Go to the source code of this file.
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::dynamics |
Namespace for modelling system dynamics. | |
Functions | |
template<typename T, typename... Args> | |
aligator::dynamics::ALIGATOR_DEPRECATED_MESSAGE ("Aligator now requires C++17 and the Eigen::aligned_allocator<T> class is " "no longer useful. This function is now just an alias for " "std::make_shared, and will be removed in the future.") inline auto allocate_shared_eigen_aligned(Args &&...args) | |