All this talk about 1.0 makes me worried.
Walter Bright
newshound at digitalmars.com
Thu Mar 30 10:50:38 PST 2006
Jarrett Billingsley wrote:
> "Walter Bright" <newshound at digitalmars.com> wrote in message
> news:e09reh$2orb$1 at digitaldaemon.com...
>> For the memcpy one, just import std.c.string.
>
> I noticed that changed in 0.150. A file that compiled fine before suddenly
> had to import std.c.string because memcpy wasn't defined. Was an external
> definition or an implicit import of std.c.string removed?
The idea was to have a clean separation between C's string functions and
D's.
More information about the Digitalmars-d
mailing list