www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Make std.c.windows.winsock nothrow

reply Etienne <etcimon gmail.com> writes:
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
parent reply Walter Bright <newshound2 digitalmars.com> writes:
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
parent Etienne <etcimon gmail.com> writes:
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!
Apr 07 2014