Is it possible to use std.experimental.allocator without the runtime or with the runtime disabled?

Guillaume Piolat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Mar 8 05:14:00 PST 2017


On Wednesday, 8 March 2017 at 12:28:13 UTC, Jacob Carlborg wrote:
> On 2017-03-08 12:59, Guillaume Piolat wrote:
>> Is it possible to use std.experimental.allocator without the 
>> runtime or
>> with the runtime disabled?
>
> I had a quick look through the imports, I could not find 
> anything that I know uses the runtime. Although it does use 
> exceptions and asserts in some places. Exceptions seem to only 
> be used in the free_list module. It also uses compile time 
> features from Phobos.

Thanks Jacob. This is something I should have tried earlier.


More information about the Digitalmars-d-learn mailing list