Update move.cpp
This commit is contained in:
parent
14c0d8ec6f
commit
60d22c5b69
@ -2,16 +2,7 @@
|
|||||||
// Created by light on 19-11-4.
|
// Created by light on 19-11-4.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <iostream>
|
#include <bits/stdc++.h>
|
||||||
#include <cstring>
|
|
||||||
#include <vector>
|
|
||||||
#include <list>
|
|
||||||
#include <typeinfo>
|
|
||||||
#include <deque>
|
|
||||||
#include <set>
|
|
||||||
#include <map>
|
|
||||||
#include <unordered_set>
|
|
||||||
#include <unordered_map>
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
@ -279,4 +270,4 @@ int main() {
|
|||||||
// test_moveable(multiset<MyString>(), multiset<MyStringNoMove>(), value);
|
// test_moveable(multiset<MyString>(), multiset<MyStringNoMove>(), value);
|
||||||
// test_moveable(unordered_multiset<MyString>(), unordered_multiset<MyStringNoMove>(), value);
|
// test_moveable(unordered_multiset<MyString>(), unordered_multiset<MyStringNoMove>(), value);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user