On 3/17/2014 7:33 AM, monarch_dodra wrote:
The fix for pointers hasn't been integrated. "ScopeBuff!(int*)" still doesn't
compile.

I had fixed that.

  import std.internal.scopebuffer;

  void main() {
    alias ScopeBuffer!(int*) T;
  }

compiles.

Reply via email to