Container access in std.container

Daniel Green venix1 at gmail.com
Tue Mar 29 15:16:00 PDT 2011


On 3/29/2011 4:45 AM, Ishan Thilina wrote:
> now all that is left is the problem with GDC. Why can't I do "import
> std.container" in Linux :(

std.container is a D2 module.  Based on your include path you have a D1 
version of GDC.

GDC uses include/d for D1 and include/d2 for D2.




More information about the Digitalmars-d-learn mailing list