Skip to content

Instantly share code, notes, and snippets.

@EricWF
Created October 11, 2015 21:15
Show Gist options
  • Select an option

  • Save EricWF/10fdfca73e24603201f0 to your computer and use it in GitHub Desktop.

Select an option

Save EricWF/10fdfca73e24603201f0 to your computer and use it in GitHub Desktop.
template <class ...T>
void foo() {}
int main() {
auto x = &foo;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment