fix fc compilation for windows (add NO_RETURN to rethrow declaration)
This commit is contained in:
parent
17117bc6bf
commit
a43bdf2ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue