Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Currently a copy inside the validateValue method is done. This should be avoided.
EtchByte *v = (EtchByte *) value;
result = (EtchObject*) (new EtchByte((capu::int8_t)v->get()));