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 edd6fa8ded - Show all commits

View file

@ -20,8 +20,8 @@ namespace fc { namespace rpc {
static boost::regex& cli_regex_secret() static boost::regex& cli_regex_secret()
{ {
static boost::regex* regex_expr = new boost::regex(); static boost::regex regex_expr;
return *regex_expr; return regex_expr;
} }
static std::vector<std::string>& cli_commands() static std::vector<std::string>& cli_commands()