diff options
author | Pavel Labath <pavel@labath.sk> | 2019-10-18 11:47:23 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-10-18 11:47:23 +0000 |
commit | 0c304917740228968d2daf1a414e7ec3f94cd171 (patch) | |
tree | 09886063c63c656f8c90a8010ed75a71302609f6 /lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | |
parent | 9c155985f17fd369bbba311b714fb6c01c17d66e (diff) | |
download | bcm5719-llvm-0c304917740228968d2daf1a414e7ec3f94cd171.tar.gz bcm5719-llvm-0c304917740228968d2daf1a414e7ec3f94cd171.zip |
SystemInitializerCommon fix compilation on linux
C++ defines two overloads of std::iscntrl. One in <cctype> and one in
<locale>. On linux we seem to include both which makes the std::erase_if
call ambiguous.
Wrap std::iscntrl call in a lambda to ensure regular overload
resolution.
llvm-svn: 375221
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py')
0 files changed, 0 insertions, 0 deletions