summaryrefslogtreecommitdiff
path: root/src/mbgl/util/std.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix iterator invalidation in erase_ifJohn Firebaugh2017-07-051-4/+4
| | | | vector::erase invalidates iterators. It's not safe for erase_if to cache the end iterator nor increment, then erase.
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-041-0/+30