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

Found value copy of non-trivially copyable parameter #4

Open
PepeuFBV opened this issue Sep 12, 2023 · 0 comments
Open

Found value copy of non-trivially copyable parameter #4

PepeuFBV opened this issue Sep 12, 2023 · 0 comments

Comments

@PepeuFBV
Copy link
Owner

Description

A parameter is declared to be call-by-value when a const reference will suffice. This parameter type is expensive to copy. The check is only applied to parameters of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor.

Occurrences

There are 42 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/PepeuFBV/Trabalho_Assembler/issue/CXX-P2009/occurrences/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant