proper swap and move operations on swap oss

This commit is contained in:
gabi
2014-10-18 18:35:48 +03:00
parent e6345e008b
commit 21065ec036
5 changed files with 41 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ using namespace c11log;
using namespace utils;
int main(int argc, char* argv[])
int main_(int argc, char* argv[])
{
const unsigned int howmany = argc <= 1 ? 500000 : atoi(argv[1]);