Update move.cpp

This commit is contained in:
Tk-Rwing 2020-10-01 09:40:38 +05:30 committed by GitHub
parent 14c0d8ec6f
commit 60d22c5b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,7 @@
// Created by light on 19-11-4.
//
#include <iostream>
#include <cstring>
#include <vector>
#include <list>
#include <typeinfo>
#include <deque>
#include <set>
#include <map>
#include <unordered_set>
#include <unordered_map>
#include <bits/stdc++.h>
using namespace std;
@ -279,4 +270,4 @@ int main() {
// test_moveable(multiset<MyString>(), multiset<MyStringNoMove>(), value);
// test_moveable(unordered_multiset<MyString>(), unordered_multiset<MyStringNoMove>(), value);
return 0;
}
}