Commit a1d9f755 by songxinkai

~

parent 0ef384ef
...@@ -35,5 +35,6 @@ int main(){ ...@@ -35,5 +35,6 @@ int main(){
std::function<int(int, int)> func5 = std::bind(print_sum, 1, std::placeholders::_1, std::placeholders::_2); std::function<int(int, int)> func5 = std::bind(print_sum, 1, std::placeholders::_1, std::placeholders::_2);
func5(55, 1); func5(55, 1);
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment