machinezone / IXWebSocket

websocket and http client and server library, with TLS support and very few dependencies
BSD 3-Clause "New" or "Revised" License
512 stars 167 forks source link

allow building when cpp exceptions are disabled #489

Closed arenevier closed 8 months ago

arenevier commented 8 months ago

IXWebSocket needs exceptions support because of the use of stoi. In order to build when cpp exceptions are disabled, we can use strtol.

bsergean commented 8 months ago

Can you rebase master ? I just disabled the windows gcc thing.

bsergean commented 8 months ago

I think it's fine as is, thanks for the contribution.