mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 17:42:31 +00:00
To avoid implicit conversion via Normalized which creates NormalizedView from a temporary Normalized. Mark constructors explicit on purpose so there is no ambiguity on implicit conversion when there is an overloaded function like: void f(const Normalized&); void f(NormalizedView);