forked from boostorg/container
Add placement new operator to avoid <new> unnecessarily.
This commit is contained in:
@@ -250,14 +250,3 @@ int main()
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
#include <vector>
|
||||
//#include <boost/container/vector.hpp>
|
||||
int main()
|
||||
{
|
||||
boost::container::vector<int> a;
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user