After reading up on namespaces, I propose this quick-fix for getting the mac build to work. Guarding our own code with namespaces would probably be better, but would require quite some changes to the headers, so I'm not sure it's a great idea right now. Opinions, @Enet4 ?
Heh, using namespace std really is a bad practice. If the fix involves nothing more than not using it, I don't feel obliged to make our own namespaces. At least not yet. Feel free to merge.
After reading up on namespaces, I propose this quick-fix for getting the mac build to work. Guarding our own code with namespaces would probably be better, but would require quite some changes to the headers, so I'm not sure it's a great idea right now. Opinions, @Enet4 ?