[2209] Pass objects by const reference
Passing it as const RRClass (and making a copy) makes no real sense. It looks more expected with the reference and might even be slightly faster.
Please register or sign in to comment
Passing it as const RRClass (and making a copy) makes no real sense. It looks more expected with the reference and might even be slightly faster.