diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2016-07-08 16:54:47 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2016-07-08 16:54:47 +0000 |
| commit | 947ce6b59fa99389689f071c008895e335c7abf0 (patch) | |
| tree | ee1d6ff60d30b132163fb52ae6d86513db28eaf2 /libcxx/test | |
| parent | ab8685e9466593f930a5a1988372ab5e96b49f71 (diff) | |
| download | bcm5719-llvm-947ce6b59fa99389689f071c008895e335c7abf0.tar.gz bcm5719-llvm-947ce6b59fa99389689f071c008895e335c7abf0.zip | |
Implement LWG685 (which is from C++11!). Fixes PR#28421. Note: this (subtly) changes the return type of operator-(Iter1, Iter2) where Iter1 is a reverse iterator or a move_iterator, and Iter2 is some other move/reverse iterator type. In practice, I believe that almost every time the second param will be const_XXX and this will mean that the return type will be the same as it was before.
llvm-svn: 274880
Diffstat (limited to 'libcxx/test')
0 files changed, 0 insertions, 0 deletions

