Phobos in BetterC

Nicholas Wilson iamthewilsonator at hotmail.com
Sat Mar 9 12:00:43 UTC 2019


On Friday, 8 March 2019 at 09:24:25 UTC, Vasyl Teliman wrote:
> I've tried to use Mallocator in BetterC but it seems it's not 
> available there:
>
> https://run.dlang.io/is/pp3HDq
>
> This produces a linker error.
>
> I'm wondering why Mallocator is not available in this mode (it 
> would be intuitive to assume that it's working). Also I would 
> like to know what parts of Phobos are available there (e.g. 
> std.traits, std.typecons...).
>
> Thanks in advance.

This is really a linker problem, because -betterC doesn't link 
druntime, and pbobos links druntime. to get around this pass 
-i=std.experimental.allocator to dmd along with the rest of you 
usual arguments.


More information about the Digitalmars-d-learn mailing list