17 lines · plain
1.. title:: clang-tidy - cert-oop57-cpp2.. meta::3 :http-equiv=refresh: 5;URL=../bugprone/raw-memory-call-on-non-trivial-type.html4 5cert-oop57-cpp6==============7 8The `cert-oop57-cpp` check is an alias, please see9:doc:`bugprone-raw-memory-call-on-non-trivial-type10<../bugprone/raw-memory-call-on-non-trivial-type>`11for more information.12 13This check corresponds to the CERT C++ Coding Standard rule14`OOP57-CPP. Prefer special member functions and overloaded operators to C15Standard Library functions16<https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP57-CPP.+Prefer+special+member+functions+and+overloaded+operators+to+C+Standard+Library+functions>`_.17