I've got a class that's both copyable/movable and I'd like to find any places in my code where a copy is being made, to make sure that I can't replace them with a move for performance. Does anyone know of a good technique to essentially list all the copies being made in my final optimized code?
Aucun commentaire:
Enregistrer un commentaire