Psst.. new poll here.
[email protected] web/email 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 ( 15 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