I have the a nested BaseResponse struct inherited by RAII wrapper called Response:
struct BaseResponse { virtual deep_clone() { /*...*/ } vir