std.allocator ready for some abuse

Meta jared771 at gmail.com
Sat Nov 2 13:39:37 PDT 2013


 From the "Allocating memory for sharing across threads" section, 
this paragraph:

"All allocators in this module accept and return void[] **(as 
opposed to )**. This is because at the time of allocation, 
deallocation, or reallocation, the memory is effectively not 
shared (**it** it were, it would be a bug at the application 
level)."

Starred items appear to be typos or missing a piece.


More information about the Digitalmars-d mailing list