Mir

Code review comment for lp:~afrantzis/mir/report-egl-errors-in-exceptions

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

38+ egl_error(std::string const& msg)
39+ : std::system_error(eglGetError(), egl_category(), msg)
40+ {
41+ }

I'm not sure why this code is inline (which requires egl_category() to be published)

review: Approve

« Back to merge proposal