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();
|
||||
}
|
||||
|
||||
~eoMissingParamException() throw() {}
|
||||
|
||||
private:
|
||||
std::string _name;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue