You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should (as a general rule) restrict the use of auto variables to primitive types. Apparently, the type inference to const& for complex objects is not used as expected in several places in the code, thus generating a huge overhead due to unecessary temporary object creation.
The text was updated successfully, but these errors were encountered:
We should (as a general rule) restrict the use of auto variables to primitive types. Apparently, the type inference to const& for complex objects is not used as expected in several places in the code, thus generating a huge overhead due to unecessary temporary object creation.
The text was updated successfully, but these errors were encountered: