coord/ops: return the computed value in unary ops

This commit is contained in:
Danny Robson 2016-03-14 18:56:36 +11:00
parent ffc3952113
commit 8035cbf46f

View File

@ -236,7 +236,7 @@ namespace util {
for (size_t i = 0; i < S; ++i) \
out[i] = OP k[i]; \
\
return k; \
return out; \
}
UNARY_OP(!)