The following example of usage of placement-new was provided by an earlier version of the cppreference page:
char* ptr = new char[sizeof(T)]; // allocate memory T