diff options
author | Pavel Labath <pavel@labath.sk> | 2019-08-26 12:42:32 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-08-26 12:42:32 +0000 |
commit | f899bf135fc5b7bb030b90da686d9d89bb97d18f (patch) | |
tree | ff52b4ba6972859d0823ab06001234924e9cf912 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | |
parent | 27f56c1200aa78e3b651cb8ff913b7b727211d8d (diff) | |
download | bcm5719-llvm-f899bf135fc5b7bb030b90da686d9d89bb97d18f.tar.gz bcm5719-llvm-f899bf135fc5b7bb030b90da686d9d89bb97d18f.zip |
Fix windows build after r369894
Constructing a std::vector from a llvm::map_range fails on windows,
apparently because std::vector expects the input iterator to have a
const operator* (map_range iterator has a non-const one).
This avoids the cleverness and unrolls the map-loop manually (which is
also slightly shorter).
llvm-svn: 369905
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp')
0 files changed, 0 insertions, 0 deletions