Skip to content
Snippets Groups Projects
Verified Commit bc905acc authored by Justin Carpentier's avatar Justin Carpentier
Browse files

test/user-type: fix return type

parent 2edf3ead
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ namespace Eigen
MulCost = 2
};
static Scalar epsilon()
static CustomType<Scalar> epsilon()
{
return CustomType<Scalar>(std::numeric_limits<Scalar>::epsilon());
}
......
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