Update comments for memoryTrackerCanThrow()

This commit is contained in:
Azat Khuzhin 2021-04-14 23:32:13 +03:00
parent fd424eceb0
commit b6d7562cc2

View File

@ -24,8 +24,8 @@ namespace
///
/// - when it is explicitly blocked with LockExceptionInThread
///
/// - to avoid std::terminate(), when stack unwinding is currently in progress
/// in this thread.
/// - when there are uncaught exceptions objects in the current thread
/// (to avoid std::terminate())
///
/// NOTE: that since C++11 destructor marked with noexcept by default, and
/// this means that any throw from destructor (that is not marked with