Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed klockwork issue #5898

Merged
merged 1 commit into from
May 31, 2021
Merged

Conversation

ilya-lavrenov
Copy link
Contributor

No description provided.

@ilya-lavrenov ilya-lavrenov added the category: inference OpenVINO Runtime library - Inference label May 30, 2021
@ilya-lavrenov ilya-lavrenov added this to the 2021.4 milestone May 30, 2021
@ilya-lavrenov ilya-lavrenov requested a review from a team as a code owner May 30, 2021 11:09
@ilya-lavrenov ilya-lavrenov requested a review from a team May 30, 2021 11:09
@openvino-pushbot openvino-pushbot added the category: docs OpenVINO documentation label May 30, 2021
* @param other An object to copy
* @return A copy
*/
ApiVersion& operator=(const ApiVersion& other) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace copy ctor above with ApiVersion(const ApiVersion & v) = default; or try to remove copy ctor at all (C++ compiler will create "Implicitly-declared copy constructor").

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Msvc complains about deprecated api in automatically generated code

@azhogov azhogov merged commit a0ce936 into openvinotoolkit:master May 31, 2021
@ilya-lavrenov ilya-lavrenov deleted the api-version branch May 31, 2021 10:22
yekruglov pushed a commit to yekruglov/openvino that referenced this pull request Jun 7, 2021
rnugmanx pushed a commit to rnugmanx/openvino that referenced this pull request Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: docs OpenVINO documentation category: inference OpenVINO Runtime library - Inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants