Skip to content

Instantly share code, notes, and snippets.

Created May 10, 2013 00:42
Show Gist options
  • Save anonymous/5551692 to your computer and use it in GitHub Desktop.
Save anonymous/5551692 to your computer and use it in GitHub Desktop.
stdin
template <int N>
class Foo {
};
template <int M>
class Bar {
typedef Foo<5> Foo;
Foo y;
};
int main() {
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment