Skip to content
Snippets Groups Projects
Commit bf02d84a authored by Wilson Jallet's avatar Wilson Jallet :clapper:
Browse files

[std-vector] StdContainerFromPythonList : remove Allocator typedef

+ does not exist on all container types
parent 4981f02f
No related branches found
No related tags found
No related merge requests found
Pipeline #33547 passed with warnings
......@@ -242,7 +242,6 @@ namespace eigenpy {
template <typename vector_type, bool NoProxy>
struct StdContainerFromPythonList {
typedef typename vector_type::value_type T;
typedef typename vector_type::allocator_type Allocator;
/// \brief Check if obj_ptr can be converted
static void *convertible(PyObject *obj_ptr) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment