Name: Anonymous 2010-07-27 22:39
I have maded the bestest sepples program ever. Please compile and run to tell having of results.
template<class T> struct L { L<T*> operator->(); };
int main(int argc, char *argv[])
{
L<int> i, j = i->yes;
return 0;
}