Commit d116572f authored by j4cbo's avatar j4cbo

Merge pull request #92 from mknejp/fix-nrvo

Enable NRVO in JNI's Binary::toCpp
parents 683dc7f0 b4939b1b
......@@ -158,7 +158,7 @@ namespace djinni
jniExceptionCheck(jniEnv);
if (!length) {
return {};
return ret;
}
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment