mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 03:29:47 +02:00
#538 more dtor fixes and some style fixes along the way
This commit is contained in:
@@ -39,7 +39,14 @@ Cursor::Cursor(const std::string& fullCollectionName, QueryRequest::Flags flags)
|
||||
|
||||
Cursor::~Cursor()
|
||||
{
|
||||
poco_assert_dbg(!_response.cursorID());
|
||||
try
|
||||
{
|
||||
poco_assert_dbg(!_response.cursorID());
|
||||
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user