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

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Mar 8 04:28:13 PST 2017


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.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list