Fix -Wextra warning.
This commit is contained in:
parent
43d5ca9853
commit
172c62cb31
@ -51,7 +51,8 @@ public:
|
||||
|
||||
/// Copy constructor.
|
||||
system_error(const system_error& other)
|
||||
: code_(other.code_),
|
||||
: std::exception(other),
|
||||
code_(other.code_),
|
||||
context_(other.context_),
|
||||
what_()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user