prog.cpp: In function 'int main()':
prog.cpp:18:35: error: '_1' was not declared in this scope
auto check = std::bind(check_sz, _1, 3);
^
prog.cpp:18:35: note: suggested alternative:
In file included from prog.cpp:3:0:
/usr/include/c++/5/functional:782:34: note: 'std::placeholders::_1'
extern const _Placeholder<1> _1;
^