libstdc++: make NGPhysicalContainerFragment::ConstIterator usable with std::all_of
Use of std::all_of requires STL compliant iterator. However, NGPhysicalContainerFragment::ConstIterator does not define iterator_tag and therefore is no STL iterator. To make it compliant derive NGPhysicalContainerFragment::ConstIterator from std::iterator. Bug: 957519 Change-Id: Id042f987ca093ece6cd1cd10f601eb1909700d08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153148Reviewed-by:Aleks Totic <atotic@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#762806}
Showing
Please register or sign in to comment