17 lines
638 B
ReStructuredText
17 lines
638 B
ReStructuredText
|
.. title:: clang-tidy - cert-oop11-cpp
|
||
|
.. meta::
|
||
|
:http-equiv=refresh: 5;URL=../performance/move-constructor-init.html
|
||
|
|
||
|
cert-oop11-cpp
|
||
|
==============
|
||
|
|
||
|
The `cert-oop11-cpp check` is an alias, please see
|
||
|
:doc:`performance-move-constructor-init <../performance/move-constructor-init>`
|
||
|
for more information.
|
||
|
|
||
|
This check corresponds to the CERT C++ Coding Standard recommendation
|
||
|
OOP11-CPP. Do not copy-initialize members or base classes from a move
|
||
|
constructor. However, all of the CERT recommendations have been removed from
|
||
|
public view, and so their justification for the behavior of this check requires
|
||
|
an account on their wiki to view.
|