dit pointed out on IRC that '__i = _VSTD::next(__i)' was a very long-winded way of...
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 5 Aug 2014 01:34:12 +0000 (01:34 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 5 Aug 2014 01:34:12 +0000 (01:34 +0000)
commit28d65da6181d94660d52f9bcf59f6ebf5d21ca33
tree4069123c2d38a2d601b7a1ff33b92ff0f5d9f7ec
parentff24fd25163c49c2bed88f121c6cd73aae29cfa5
dit pointed out on IRC that '__i = _VSTD::next(__i)' was a very long-winded way of writing '++__i'. Since I hate being thought of as long-winded (this checkin comment notwithstanding), I fixed it. No functionality change.

llvm-svn: 214834
libcxx/include/list