diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-01-06 01:32:27 +0000 |
---|---|---|
committer | John Hodge (Mutabah) <acessdev@gmail.com> | 2018-01-06 10:11:38 +0800 |
commit | 1966b5db6ab187e0f4b06eaf4c0bb8dcf9c4e217 (patch) | |
tree | e19754b70626470b6a20916602d25968f8706c31 /tools/minicargo/debug.cpp | |
parent | 3aef468f515a05fcfd9a549e46f2991501a966d6 (diff) | |
download | mrust-1966b5db6ab187e0f4b06eaf4c0bb8dcf9c4e217.tar.gz |
main - fix incorrect type deduction with some gcc versions
GCC 6.4 on Alpine incorrectly deduces the type returned from
::std::strchr(const char *, char)
as 'char *', instead of 'const char *', which causes the wrong constructor
to be used.
Closes #32.
Diffstat (limited to 'tools/minicargo/debug.cpp')
0 files changed, 0 insertions, 0 deletions