1 Feb
2007
1 Feb
'07
4:13 p.m.
On 2/1/07, Server Levent Yilmaz
Note that this expression will not call anything, it will generate a functor and drop it. I guess what you are trying to do is this
bind( func
, print) (); // note the function call operator at the end.
A more conforming statement would be this:
bind( func