[Issue 268] Bug with SocketSet and classes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 29 00:10:45 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=268
thomas-dloop at kuehne.cn changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|Linux |All
------- Comment #1 from thomas-dloop at kuehne.cn 2007-04-29 02:10 -------
The real problem is that SocketSet.add uses the "in"
contract to enforce that not too many sockets are added
but phobos is compiled with the "-release" switch and thus
the tests skipped.
Socket.select has the same problem
--
More information about the Digitalmars-d-bugs
mailing list