Skip to content
  • Hans Johnson's avatar
    STYLE: Prefer = default to explicitly trivial implementations · f118a65a
    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.
    f118a65a