Skip to content

Instantly share code, notes, and snippets.

@lcapaldo
Created March 7, 2012 12:21
Show Gist options
  • Save lcapaldo/1992801 to your computer and use it in GitHub Desktop.
Save lcapaldo/1992801 to your computer and use it in GitHub Desktop.
auto incr = [&]() { r.c += 1; };
r.with_do([&]()
{
r.c += 1;
r.with_do(incr);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment