fix fc compilation for windows (add NO_RETURN to rethrow declaration)

This commit is contained in:
dnotestein 2014-06-07 12:55:35 -04:00
parent 17117bc6bf
commit a43bdf2ab7

View file

@ -186,7 +186,7 @@ namespace fc
_registered_exceptions[T::code_value] = &builder;
}
void rethrow( const exception& e )const;
void NO_RETURN rethrow( const exception& e )const;
static exception_factory& instance()
{