Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as C++ by bunkar ( 14 years ago )
struct X {};

struct A {
  template<class T>
  struct B;
};

template<>
struct A::B<X> {};

int main() {
  typedef A::B<X> b_t;
  b_t b;
  return 0;
}

 

Revise this Paste

Your Name: Code Language: