Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Exception.cpp
  • Loading branch information
daqingshu authored Mar 25, 2025
commit e1bb6c935766c77332f015026d3dc2e1c2e957c3
2 changes: 1 addition & 1 deletion tests/3rdparty/testngpp/src/except/Exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ unsigned int Exception::getLineOfFile() const
}

//////////////////////////////////////////////////////////
const char* Exception::what() const TESTNGPP_THROW()
const char* Exception::what() const throw()
{
return errMsg.c_str();
}
Expand Down