throwing destructor to avoid looser throw specifier error within gcc
This commit is contained in:
parent
b89a216d2d
commit
8be94d95cf
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ public:
|
||||||
return ss.str().c_str();
|
return ss.str().c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~eoMissingParamException() throw() {}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string _name;
|
std::string _name;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Reference in a new issue