-
- Downloads
There was a problem fetching the pipeline summary.
[bugfix] Make sure to use tolower from c
Matrixmarket so far uses std::transform(..,..,.., tolower). However it only works with the C function tolower, not with std::tolower (which is a template). The patch explicitly chooses the C version. (Of course, this only breaks if somebody draws std::tolower or similar into the scope, which I would generally discourage. But the resulting failure can be avoided, so we should avoid it.)
parent
99907ad2
No related branches found
No related tags found
Pipeline #
Loading
Please register or sign in to comment