Use C++11 std::move for swap in selection sort algorithm
commit93b5c5c93c11f4cea8e4de3a66c04e4b9f1518ef
authorVincent Ollivier <contact@vincentollivier.com>
Sat, 10 Mar 2012 20:28:55 +0000 (10 21:28 +0100)
committerVincent Ollivier <contact@vincentollivier.com>
Sat, 10 Mar 2012 20:28:55 +0000 (10 21:28 +0100)
tree598f0dffdf912f451fd2f127b7d54937b9c5b39e
parentdcd1f33ddb3b523c4d445c9f3d0c753c49aba283
Use C++11 std::move for swap in selection sort algorithm
src/moves.cpp