Commit 403e589e authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

Add get(args) method overload for v and fix operator=.

get(args) method forwards args to the objects constructor.

operator= was only assuring that 'this' object was initialized by
calling get. This patch also assures that object from which we
assign is also initialized.
parent aa5a62ad
Supports Markdown
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