Missing construct overload in [memory.polymorphic.allocator.mem]
Dani-Hub opened this issue · 0 comments
Dani-Hub commented
According to N3916, [memory.polymorphic.allocator.mem] should add the prototype specification of
template <class T, class ... Args>
void construct(T* p, Args&&... args);
This seems to be missing in the TS document.