[Issue 9216] Local import of std.array does not make popFront() visible

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 27 01:12:46 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=9216


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2012-12-27 01:12:44 PST ---
This is known limitation of UCFS. If you import array inside a function, then
you have to use its function with the normal function syntax:

popFront(foo);

I'd like this limitation to be solved, but I don't know of plans to solve it.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list