Skip to content
Snippets Groups Projects
  • Nathan Sidwell's avatar
    62881833
    [libcody] Remove some std::move [PR 98368] · 62881833
    Nathan Sidwell authored
    Compiling on clang showed a couple of pessimizations.  Fixed thusly.
    
    	libcody/
    	* client.cc (Client::ProcessResponse): Remove std::move
    	inside ?:
    	c++tools/
    	* resolver.cc (module_resolver::cmi_response): Remove
    	std::move of temporary.
    62881833
    History
    [libcody] Remove some std::move [PR 98368]
    Nathan Sidwell authored
    Compiling on clang showed a couple of pessimizations.  Fixed thusly.
    
    	libcody/
    	* client.cc (Client::ProcessResponse): Remove std::move
    	inside ?:
    	c++tools/
    	* resolver.cc (module_resolver::cmi_response): Remove
    	std::move of temporary.