Skip to content

Conversation

@arenevier
Copy link
Contributor

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

IXWebSocket needs exceptions support because of the use of stoi. In
order to build when cpp exceptions are disabled, we can use strtol when
__cpp_exceptions is not set
@bsergean
Copy link
Contributor

Windows / gcc is not happy. Can we switch to your new code all the time ?

@arenevier
Copy link
Contributor Author

Are you talking about the build error?

 | Cannot find path
 | 'C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\lib\libpthread.dll.a' because it
 | does not exist.

I'm not sure how it can be related to this change.

@arenevier
Copy link
Contributor Author

Anyway, I have created an alternative pull request with only the exception safe codepath: #489

@bsergean bsergean closed this Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants