mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 07:46:53 +00:00
a786a1f3d8
Either a return value or an exception has to be stored. With `std::variant` it's more explicit. Also the return value is never empty, so there is no need for `std::optional` anymore.