Skip to content
  • Hans Johnson's avatar
    STYLE: Prefer = default to explicitly trivial implementations · 6d20e7c9
    Hans Johnson authored
    This check replaces default bodies of special member functions with
    = default;. The explicitly defaulted function declarations enable more
    opportunities in optimization, because the compiler might treat
    explicitly defaulted functions as trivial.
    
    Additionally, the C++11 use of = default more clearly expreses the
    intent for the special member functions.
    6d20e7c9