Mir

Code review comment for lp:~alan-griffiths/mir/a-simpler-server-setup

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> Two more things:
>
> Whats the thought behind writing {*this} instead of just *this?

We're constructing a helper object (which as the constructor isn't tagged explicit could be done the way you suggest).

> I think:
>
> 523 + std::cerr << "DEBUG: " << __PRETTY_FUNCTION__ << std::endl;

Done

> and iostream is not needed anymore?

std::cerr is used: "mir::report_exception(std::cerr);"

« Back to merge proposal