Formal review of std.buffer.scopebuffer

Walter Bright newshound2 at digitalmars.com
Mon Mar 17 11:37:07 PDT 2014


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.


More information about the Digitalmars-d mailing list