Skip to content

Instantly share code, notes, and snippets.

@bdonlan
Created October 28, 2008 01:54
Show Gist options
  • Save bdonlan/20275 to your computer and use it in GitHub Desktop.
Save bdonlan/20275 to your computer and use it in GitHub Desktop.
#include <boost/function.hpp>
void test(boost::function<void (int)> &) { }
int main() { return 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment