I\'m using sshpass to pass the password non-interactive on ubuntu 11.04. when I use sshpass with scp sshpass -p \'123\' scp sayuj@192.168.1.51:/home/sayuj/examples.desktop ~/Desktop/
I would like to copy the content of one std::map into another. Can I use std::copy for that? Obviously, the following code won\'t work: