10#ifndef INCLUDED_O3TL_DELETER_HXX
11#define INCLUDED_O3TL_DELETER_HXX
17#if defined(__COVERITY__)
18#define suppress_fun_call_w_exception(expr) \
31#define suppress_fun_call_w_exception(expr) \
#define suppress_fun_call_w_exception(expr)
void reset_preserve_ptr_during(uniqueptr &ptr)
To markup std::unique_ptr that coverity warns might throw exceptions which won't throw in practice,...
void operator()(T *p) noexcept