Mir

Code review comment for lp:~afrantzis/mir/introduce-c++14

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

"Should I write needs fixing because you did not replace optional_value with std::optional?"

Currently mir::optional is part of SurfaceCreationParameters which is public.

std::optional is not in C++14, so I would not want to expose std::experimental::optional in a public interface.

« Back to merge proposal