Fixed: Build errors related to non-const references
An argument with a non-const reference type cannot be bound to a temporary lvalue. Non-const references should only be used if it is expected that the referenced object will be modified inside the method.
Fixed: Build errors related to non-const references
An argument with a non-const reference type cannot be bound to a
temporary lvalue. Non-const references should only be used if it is
expected that the referenced object will be modified inside the method.