Skip to content

Commit 51b79af

Browse files
authored
Merge pull request #244 from jcarpent/devel
Comment useless print
2 parents 7ec95da + 4f9bdf4 commit 51b79af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unittest/user_type.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,10 @@ BOOST_PYTHON_MODULE(user_type)
189189
bp::def("create_float",create<float>);
190190

191191
bp::def("build_matrix",build_matrix<double>);
192+
#if EIGEN_VERSION_AT_LEAST(3,3,0)
192193
bp::def("print",print<double>);
193194
bp::def("print",print<float>);
195+
#endif
194196

195197
eigenpy::registerCast<DoubleType,double>(true);
196198
eigenpy::registerCast<double,DoubleType>(true);

0 commit comments

Comments
 (0)