[Issue 15689] std.typecons.RefCounted doesn't work in ctfe

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 22 21:41:36 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15689

Jack Stouffer <jack at jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack at jackstouffer.com

--- Comment #1 from Jack Stouffer <jack at jackstouffer.com> ---
I guess the best solution is to integrate std.experimental.allocator when it
gets moved to std.  The second best would be to add a ctfe check and if true,
then allocate with the GC instead?

--


More information about the Digitalmars-d-bugs mailing list