Skip to content

Instantly share code, notes, and snippets.

@pfultz2
Last active January 26, 2017 21:27
Show Gist options
  • Save pfultz2/d6fff6b0f0666df88fd5695789b2c5fe to your computer and use it in GitHub Desktop.
Save pfultz2/d6fff6b0f0666df88fd5695789b2c5fe to your computer and use it in GitHub Desktop.
template <class am> void an(long r, am) {
const long aq(r);
[&] {
[&] { aq; };
aq;
};
}
int main() { an(0, 0); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment