Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. error: could not convert ‘{{"exit", ((GitDeploy::Shell*)this)->GitDeploy::Shell::exit}, {"help", ((GitDeploy::Shell*)this)->GitDeploy::Shell::help}, {"dbinfo", ((GitDeploy::Shell*)this)->GitDeploy::Shell::dbinfo}, {"list", ((GitDeploy::Shell*)this)->GitDeploy::Shell::list}, {"create", ((GitDeploy::Shell*)this)->GitDeploy::Shell::create}, {"update", ((GitDeploy::Shell*)this)->GitDeploy::Shell::update}, {"remove", ((GitDeploy::Shell*)this)->GitDeploy::Shell::remove}}’ from ‘<brace-enclosed initializer list>’ to ‘const std::map<std::basic_string<char>, std::function<void(std::vector<std::basic_string<char> >, std::map<std::basic_string<char>, std::basic_string<char> >)> >’
  2. };
  3.  
  4. std::map<std::string, std::function<void(const std::vector<std::string>, const std::map<std::string, std::string>)> > const methods {
  5. {"exit", exit},
  6. {"help", help},
  7. {"dbinfo", dbinfo},
  8. {"list", list},
  9. {"create", create},
  10. {"update", update},
  11. {"remove", remove}
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement