Add placement new operator to avoid <new> unnecessarily.

This commit is contained in:
Ion Gaztañaga
2015-01-10 10:58:08 +01:00
parent 09b653c40b
commit 36c8f81e42
2 changed files with 3 additions and 15 deletions

View File

@@ -250,14 +250,3 @@ int main()
return 0;
}
/*
#include <vector>
//#include <boost/container/vector.hpp>
int main()
{
boost::container::vector<int> a;
return 0;
}
*/