|
#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.