Mir

Code review comment for lp:~alan-griffiths/mir/move-miral-to-mir-cleanup

Revision history for this message
Gerry Boland (gerboland) wrote :

- auto const client = options->get<std::string>(test_client_opt);
+ auto const client = options1->get<std::__cxx11::string>(test_client_opt);
Interesting, necessary?

« Back to merge proposal