digitalmars.D - Make std.c.windows.winsock nothrow
- Etienne (4/4) Apr 07 2014 Would there be a possibility to add a small nothrow: statement on top of...
- Walter Bright (2/5) Apr 07 2014 https://github.com/D-Programming-Language/phobos/pull/2073
- Etienne (2/8) Apr 07 2014 Many thanks!
Would there be a possibility to add a small nothrow: statement on top of the winsock module? I'm using try/catch statements everywhere needlessly to compensate :/ Thanks!
Apr 07 2014
On 4/7/2014 10:45 AM, Etienne wrote:Would there be a possibility to add a small nothrow: statement on top of the winsock module? I'm using try/catch statements everywhere needlessly to compensate :/https://github.com/D-Programming-Language/phobos/pull/2073
Apr 07 2014
On 2014-04-07 3:22 PM, Walter Bright wrote:On 4/7/2014 10:45 AM, Etienne wrote:Many thanks!Would there be a possibility to add a small nothrow: statement on top of the winsock module? I'm using try/catch statements everywhere needlessly to compensate :/https://github.com/D-Programming-Language/phobos/pull/2073
Apr 07 2014