forked from organicmaps/organicmaps
Add std::replace to std/algorithm.hpp
This commit is contained in:
parent
dbc3638e51
commit
fbd2fe3622
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ using std::unique;
|
|||
using std::equal_range;
|
||||
using std::for_each;
|
||||
using std::copy;
|
||||
using std::replace;
|
||||
using std::reverse;
|
||||
using std::set_union;
|
||||
using std::set_intersection;
|
||||
|
|
Loading…
Add table
Reference in a new issue