Same as the preceding destroy overload, for non-bitwise-copyable types.
Declared in <bslalg_arraydestructionprimitives.h>
template<
class TARGET_TYPE,
class ALLOCATOR>
static
void
destroy(
TARGET_TYPE* begin,
TARGET_TYPE* end,
ALLOCATOR allocator,
bsl::false_type);