Skip to content
Snippets Groups Projects
Commit 590c560a authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[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
1 merge request!116[bugfix] Make sure to use tolower from c
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment