|
|
|
|
|
by leni536
529 days ago
|
|
That's what allocators do. If C's object model doesn't allow users of the language to write their own allocators then that object model is broken. C++ relatively has fixes to allow allocators to work, it requires calls to std::launder. |
|