forked from organicmaps/organicmaps
Add using std::swap to std/algorithm.hpp
This commit is contained in:
parent
a056e19961
commit
7e4bb0e4fd
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ using std::set_union;
|
|||
using std::set_intersection;
|
||||
using std::set_difference;
|
||||
using std::set_symmetric_difference;
|
||||
using std::swap;
|
||||
using std::transform;
|
||||
|
||||
#ifdef DEBUG_NEW
|
||||
|
|
Loading…
Add table
Reference in a new issue