Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 42be69c3f7 - Show all commits

View file

@ -175,7 +175,7 @@ template<> struct reflector<ENUM> { \
{ \ { \
i = boost::lexical_cast<int64_t>(s); \ i = boost::lexical_cast<int64_t>(s); \
} \ } \
catch( const boost::bad_lexical_cast& e ) \ catch( const boost::bad_lexical_cast& ) \
{ \ { \
fc::throw_bad_enum_cast( s, BOOST_PP_STRINGIZE(ENUM) ); \ fc::throw_bad_enum_cast( s, BOOST_PP_STRINGIZE(ENUM) ); \
} \ } \