diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-03-03 21:45:54 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-03-03 21:45:54 +0000 |
commit | 32ffb248ac75d865b347287d3bc975b0157fdac9 (patch) | |
tree | da9a72f7b5cb9dc254ed5768cbe06ee2cc137d45 /lldb/source/Plugins/Process/Windows/ProcessWindows.cpp | |
parent | 93f605c22806810d6f1db59da32e28e8f81ed9c7 (diff) | |
download | bcm5719-llvm-32ffb248ac75d865b347287d3bc975b0157fdac9.tar.gz bcm5719-llvm-32ffb248ac75d865b347287d3bc975b0157fdac9.zip |
CFG::SuccessorIterator: Remove explicit copy assignment, as the default is fine
There's no reason to disallow assigning an iterator from one range to an
iterator that previously iterated over a disjoint range. This then
follows the Rule of Zero, allowing implicit copy construction to be used
without hitting the case that's deprecated in C++11.
llvm-svn: 231142
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/ProcessWindows.cpp')
0 files changed, 0 insertions, 0 deletions