prog.cpp: In function ‘int main()’:
prog.cpp:13:27: error: no matching function for call to ‘sort_container(<unresolved overloaded function type>, std::vector<int>&)’
prog.cpp:13:27: note: candidate is:
prog.cpp:7:6: note: template<class F, class T> void sort_container(F, T)
prog.cpp:7:6: note: template argument deduction/substitution failed:
prog.cpp:13:27: note: couldn't deduce template parameter ‘F’