Re: What's up with ddoc on dlang.org?

2018-04-03 Thread Andrei Alexandrescu via Digitalmars-d
On 04/02/2018 06:13 PM, ag0aep6g wrote: On 04/02/2018 11:36 PM, Steven Schveighoffer wrote: Was just perusing dlang's library documentation, and here is the description it has for std.experimental.allocator.make: Dynamically allocates (using ) and then creates in the memory allocated an

Re: What's up with ddoc on dlang.org?

2018-04-02 Thread Seb via Digitalmars-d
On Monday, 2 April 2018 at 21:36:33 UTC, Steven Schveighoffer wrote: Was just perusing dlang's library documentation, and here is the description it has for std.experimental.allocator.make: Dynamically allocates (using ) and then creates in the memory allocated an object of type T, using (if

Re: What's up with ddoc on dlang.org?

2018-04-02 Thread ag0aep6g via Digitalmars-d
On 04/02/2018 11:36 PM, Steven Schveighoffer wrote: Was just perusing dlang's library documentation, and here is the description it has for std.experimental.allocator.make: Dynamically allocates (using ) and then creates in the memory allocated an object of type T, using (if any) for its

What's up with ddoc on dlang.org?

2018-04-02 Thread Steven Schveighoffer via Digitalmars-d
Was just perusing dlang's library documentation, and here is the description it has for std.experimental.allocator.make: Dynamically allocates (using ) and then creates in the memory allocated an object of type T, using (if any) for its initialization. Initialization occurs in the memory