diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-11 15:36:01 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-07-11 15:38:38 +0200 |
commit | 560d037c41d97b4956b6e5551c758c01bbe71da2 (patch) | |
tree | 924b813662887b2d11e4b4951c82dde4103b6be3 /Kernel/Syscall.cpp | |
parent | 32fb7ecef465f3b6f7217c82201b5a8d59b110f5 (diff) | |
download | serenity-560d037c41d97b4956b6e5551c758c01bbe71da2.zip |
AK: Make it more more pleasant to copy RefPtr's.
I had a silly ambition that we would avoid unnecessary ref count churn by
forcing explicit use of "copy_ref()" wherever a copy was actually needed.
This was making RefPtr a bit clunky to work with, for no real benefit.
This patch adds the missing copy construction/assignment stuff to RefPtr.
Diffstat (limited to 'Kernel/Syscall.cpp')
0 files changed, 0 insertions, 0 deletions