commit | b991975439708ba59703623b62c4cebe955b74e8 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Mon Oct 27 19:28:20 2014 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Mon Oct 27 19:28:20 2014 +0000 |
tree | f4313b139ed775b434aae388cc94ab48ab5c563f | |
parent | 1d306de1a7c40ded8eec50b2a651e2658cb91ed8 [diff] |
[libcxx] Fix use of operator comma where the types can be user defined Summary: An evil user might overload operator comma. Use a void cast to make sure any user overload is not selected. Modify all the test iterators to define operator comma. Reviewers: danalbert, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5929 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@220706 91177308-0d34-0410-b5e6-96231b3b80d8