Skip to content

Including the unsupported/Eigen/CXX11/Tensor with eigen creates problem for iOS build #18472

@AlvarHHM

Description

@AlvarHHM

#include <unsupported/Eigen/CXX11/Tensor>

456e88a

I was trying to migrate from OpenCV 4.1 to 4.4 on my iOS app build, but it wouldn't compile with the following error

template argument for template parameter must be a type

Once I removed these lines of code from this commit, the problem was resolved.

Note that these "unsupported" modules are provided by third party and thus are not maintained by the official Eigen team.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions