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
Please register or sign in to comment