Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Show
Ignore:
Timestamp:
07/16/10 20:05:27 (2 years ago)
Author:
mwarning
Message:

fixes #1957 :: use single memmove declaration; thanks wm4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/util/container/more/Vector.d

    r5480 r5499  
    1616 
    1717private import tango.core.Exception : ArrayBoundsException; 
    18  
    19 private extern(C) void memmove (void*, void*, int); 
     18private import tango.stdc.string : memmove; 
    2019 
    2120/******************************************************************************