17 lines · plain
1.. title:: clang-tidy - cert-oop11-cpp2.. meta::3 :http-equiv=refresh: 5;URL=../performance/move-constructor-init.html4 5cert-oop11-cpp6==============7 8The `cert-oop11-cpp check` is an alias, please see9:doc:`performance-move-constructor-init <../performance/move-constructor-init>`10for more information.11 12This check corresponds to the CERT C++ Coding Standard recommendation13OOP11-CPP. Do not copy-initialize members or base classes from a move14constructor. However, all of the CERT recommendations have been removed from15public view, and so their justification for the behavior of this check requires16an account on their wiki to view.17