Skip to content
Snippets Groups Projects
Commit 01e9c15c authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Mark single parameter ctors as explicit.

Also those where the second and so forth arguments are defaulted.

The MathLib::TemplateVector3 is an exception, because of the many
required changes through the code, which relies on the implicit
conversion from TemplatePoint<T, 3> to TemplateVector3<T>.

clang-tidy '*explicit*' check.
parent d6f19a96
No related branches found
No related tags found
No related merge requests found
Showing
with 44 additions and 31 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment