Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Dmitri Naumov's avatar
    01e9c15c
    Mark single parameter ctors as explicit. · 01e9c15c
    Dmitri Naumov authored
    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.
    01e9c15c
    History
    Mark single parameter ctors as explicit.
    Dmitri Naumov authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.