Skip to content

Instantly share code, notes, and snippets.

@ilya-biryukov
Created December 10, 2015 16:46
Show Gist options
  • Save ilya-biryukov/a6d4a62decd9b524929e to your computer and use it in GitHub Desktop.
Save ilya-biryukov/a6d4a62decd9b524929e to your computer and use it in GitHub Desktop.
template <class T>
int foo(T*);
template<>
int foo(int);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment