IDNI / TML

Tau Meta-Language
http://www.idni.org
122 stars 28 forks source link

Avoid ambiguities in global namespace #1

Closed ppetzold closed 6 years ago

ppetzold commented 6 years ago

I had build problems under OSX due to an ambiguous function call of wcschr in parser.cpp.

Therefore, I propose to follow the ISO CPP coding standards, and avoid using namespace std

https://isocpp.org/wiki/faq/coding-standards#using-namespace-std