Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Pefer = default to explicitly trivial implementations.
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. Left behind in commit 7d47862.
- Loading branch information