finding about move vs copy in C++

Anthony Shipman als@iinet.net.au
Wed Dec 31 08:19:00 GMT 2014


Is there some command line option that will get the compiler to tell me which 
of a move or copy constructor, which of a move assignment or copy assignment
it has chosen to do at each point in the source code?

That would make it much easier to ensure that moves are done when they are 
supposed to be.
-- 
Anthony Shipman                    Mamas don't let your babies 
als@iinet.net.au                   grow up to be outsourced.



More information about the Gcc-help mailing list