FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 3583ee6138 - Show all commits

View file

@ -251,6 +251,7 @@ namespace fc
} catch( ... ) {
ss << "<- exception in to_string.\n";
}
return ss.str();
}
[[noreturn]] void exception_factory::rethrow( const exception& e )const