diff options
author | Lenny Maiorani <lenny@colorado.edu> | 2020-10-19 09:11:00 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-20 16:31:24 +0200 |
commit | bd99083436f313d8105cf7ba489f594e49e9e625 (patch) | |
tree | 9b37844e6af5b55d2eba5c08d688dbe78e853518 /.github | |
parent | b4790010a8889e617fa60295f91080e1e0546d01 (diff) | |
download | serenity-bd99083436f313d8105cf7ba489f594e49e9e625.zip |
Checked: Use default compiler-generated functions
Problem:
- Compiler-generated functions are being defined which results in
extra code to maintain.
Solution:
- Switch to compiler-generated default functions for default
construction, copy assignment, move assignment, copy construction
and move construction.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions