Quote Originally Posted by Lindley
If indeed there is a link object in namespace std
I did not check, but I think link refers to the function of that name from <unistd.h>, which may have been included in <iostream>. If my guess is correct then link would be in the global namespace. My hunch is based on the fact that when I commented out the using directive for namespace std, my attempted compile still failed.