diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2019-03-22 22:32:20 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2019-03-22 22:32:20 +0000 |
commit | e1cd11d80f5929e916de861f83d672ab72e29046 (patch) | |
tree | 98a5d19f4081728c1fd8281778216a14497d5ef3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 80ff58e37c96df05bd1811083267c9c53ef1b85f (diff) | |
download | bcm5719-llvm-e1cd11d80f5929e916de861f83d672ab72e29046.tar.gz bcm5719-llvm-e1cd11d80f5929e916de861f83d672ab72e29046.zip |
Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report.
llvm-svn: 356818
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions