[Issue 6663] std.stdio conflicts with core.stdc.stdio

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6663

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 6663] std.stdio conflicts with core.stdc.stdio

2015-11-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6663

bb.t...@gmx.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bb.t...@gmx.com
 Resolution|--- |INVALID

--- Comment #6 from bb.t...@gmx.com ---
invalid, see pantaleev comment.

--


[Issue 6663] std.stdio conflicts with core.stdc.stdio

2014-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6663

Blake Anderton rbander...@gmail.com changed:

   What|Removed |Added

 CC||rbander...@gmail.com

--- Comment #4 from Blake Anderton rbander...@gmail.com ---
https://github.com/D-Programming-Language/phobos/pull/2230

--


[Issue 6663] std.stdio conflicts with core.stdc.stdio

2014-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6663

--- Comment #5 from Blake Anderton rbander...@gmail.com ---
(In reply to Blake Anderton from comment #4)
 https://github.com/D-Programming-Language/phobos/pull/2230

Disregard, this is for https://issues.dlang.org/show_bug.cgi?id=6644 instead.

--


[Issue 6663] std.stdio conflicts with core.stdc.stdio

2011-09-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6663


Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com


--- Comment #1 from Vladimir Panteleev thecybersha...@gmail.com 2011-09-13 
12:35:47 PDT ---
Why do you think this is a bug?

Solutions to your problem include selective imports (import std.cstream :
derr), or using disambiguation aliases (alias std.stdio.stdout stdout).

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


[Issue 6663] std.stdio conflicts with core.stdc.stdio

2011-09-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6663



--- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com 2011-09-13 
13:26:33 PDT ---
A comment from std.cstream:

* Both std.c.stdio and std.stream are publicly imported by std.cstream.

I suppose this makes *some* kind of sense, if you think of std.cstream as an
alternative, and not a complement, to std.stdio.

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