We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35b0613 + 31929de commit ff56d25Copy full SHA for ff56d25
1 file changed
include/fc/io/raw_variant.hpp
@@ -119,6 +119,7 @@ namespace fc { namespace raw {
119
blob val;
120
raw::unpack(s,val);
121
v = fc::move(val);
122
+ return;
123
}
124
default:
125
FC_THROW_EXCEPTION( parse_error_exception, "Unknown Variant Type ${t}", ("t", t) );
0 commit comments