Use correct C++11 header for std::swap()

This commit is contained in:
Hennadii Stepanov
2019-11-29 21:18:24 +02:00
parent b66861e2e5
commit 98fbd1cdff
6 changed files with 6 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
#include <algorithm>
#include <cstddef>
#include <type_traits>
#include <utility>
#pragma pack(push, 1)
/** Implements a drop-in replacement for std::vector<T> which stores up to N