Added nothrow exception specification to NullPointerException::what()
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@37 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
f5a13bbce0
commit
8252c903a2
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ namespace Loki
|
|||
{
|
||||
NullPointerException() : std::runtime_error("")
|
||||
{ }
|
||||
const char* what() const
|
||||
const char* what() const throw()
|
||||
{ return "Null Pointer Exception"; }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue