Re: ETA: std.experimental.allocator -> std.allocator

2016-12-10 Thread Jacob Carlborg via Digitalmars-d
On 2016-12-10 05:18, Seb wrote: Hi all, tl;dr: I would like to start having GC-free methods and data structures in Phobos, which depends on std.allocator being stable (i.e not in experimental). Q1: So I would like to know what's missing/blocking this? I think it needs to be CTFE compatible. I

Re: ETA: std.experimental.allocator -> std.allocator

2016-12-09 Thread Ilya Yaroshenko via Digitalmars-d
Q4: Current allocator API requires DRuntime to be linked. So, they are not compatible with BetterC mode. Can this be fixed before std.experimental.allocator -> std.allocator migration? --Ilya

ETA: std.experimental.allocator -> std.allocator

2016-12-09 Thread Seb via Digitalmars-d
Hi all, tl;dr: I would like to start having GC-free methods and data structures in Phobos, which depends on std.allocator being stable (i.e not in experimental). Q1: So I would like to know what's missing/blocking this? Is it just time? (FYI: std.experimental.allocator has been merged in