[eigen] binder2nd deprecated |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hello all :-) I get so many nasty warnings about: 'binder2nd' is deprecated Can that be circumvented or will there be a replacement sometime? Thanks a lot :-) In file included from /usr/local/include/eigen3/Eigen/Dense:1: In file included from /usr/local/include/eigen3/Eigen/Core:350: In file included from /usr/local/include/eigen3/Eigen/src/Core/ArrayBase.h:109: /usr/local/include/eigen3/Eigen/src/Core/../plugins/ArrayCwiseUnaryOps.h:196:1: warning: 'binder2nd' is deprecated [-Wdeprecated-declarations] EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator==, std::equal_to) ^ /usr/local/include/eigen3/Eigen/src/Core/../plugins/ArrayCwiseUnaryOps.h:190:34: note: expanded from macro 'EIGEN_MAKE_SCALAR_CWISE_UNARY_OP' inline const CwiseUnaryOp<std::binder2nd<FUNCTOR<Scalar> >, const Derived> \ ^ /usr/local/include/eigen3/Eigen/src/Core/PlainObjectBase.h:88:32: note: in instantiation of template class 'Eigen::ArrayBase<Eigen::Array<double, 1, 3, 1, 1, 3> >' requested here class PlainObjectBase : public internal::dense_xpr_base<Derived>::type ^ /usr/local/include/eigen3/Eigen/src/Core/Array.h:43:12: note: in instantiation of template class 'Eigen::PlainObjectBase<Eigen::Array<double, 1, 3, 1, 1, 3> >' requested here : public PlainObjectBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > ^ /usr/local/include/eigen3/Eigen/src/Core/IO.h:245:38: note: in instantiation of template class 'Eigen::Array<double, 1, 3, 1, 1, 3>' requested here return internal::print_matrix(s, m.eval(), EIGEN_DEFAULT_IO_FORMAT); ^ /home/zfmgpu/Desktop/Repository/SimulationFramework/SourceCode/Projects/SimulationFramework/CommonSource/include/GRSF/Common/SimpleLogger.hpp:160:17: note: in instantiation of function template specialization 'Eigen::operator<<<Eigen::Transpose<Eigen::Array<double, 3, 1, 0, 3, 1> > >' requested here m_s << t; // Push message ^ /home/zfmgpu/Desktop/Repository/SimulationFramework/SourceCode/Projects/SimulationFramework/Projects/GeneralRigidBodySimulationMPI/include/GRSF/Dynamics/General/MPITopologyBuilder.hpp:1005:51: note: in instantiation of function template specialization 'Logging::Log::_expression_::operator<<<Eigen::Transpose<Eigen::Array<double, 3, 1, 0, 3, 1> > >' requested here "\t extent: " << "[ " << m_aabb_glo.extent().transpose() << "]" << std::endl;); On 04/20/2015 01:39 PM, Gael Guennebaud
wrote:
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |