Thread overview
Make std.c.windows.winsock nothrow
Apr 07, 2014
Etienne
Apr 07, 2014
Walter Bright
Apr 07, 2014
Etienne
April 07, 2014
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!
April 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
April 07, 2014
On 2014-04-07 3:22 PM, Walter Bright wrote:
> 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

Many thanks!