Author
anonymous
over 9 years ago
$
prog.cc: In function 'int main()': prog.cc:6:5: error: 'function' is not a member of 'std' std::function<void(void)> f; ^~~ prog.cc:6:19: error: expected primary-expression before 'void' std::function<void(void)> f; ^~~~