commit | 910285b238910084aabe786178337b158b82a3bb | [log] [tgz] |
---|---|---|
author | Eric Fiselier <[email protected]> | Mon Oct 27 19:28:20 2014 |
committer | Eric Fiselier <[email protected]> | Mon Oct 27 19:28:20 2014 |
tree | 983346d157ad4ff829f679c4d3f7639e47fd24d8 | |
parent | f2896281784aa7a2e279559dc935a3250d85c2ca [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 llvm-svn: 220706