Closed julik closed 8 years ago
When compiling on OSX 10.11 (clang-703.0.29) the compiler complains that the call to find is ambiguous. I presume the call needed here is the one for std::find. Setting the namespace explicitly resolves the issue, tests pass.
find
std::find
Already mentioned in https://github.com/graphitemaster/glsl-parser/pull/1
util.h contains find()
find()
When compiling on OSX 10.11 (clang-703.0.29) the compiler complains that the call to
find
is ambiguous. I presume the call needed here is the one forstd::find
. Setting the namespace explicitly resolves the issue, tests pass.