You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are advancing our internal stack to GCC12 and MSVC2022 on C++20, and this breaks WebSocketPP (perhaps because of warning-as-error, I'm not the prime mover here, just the one taking the time to report it).
The colleague that did the port used jcelerier@3e761b5 from https://github.com/jcelerier/websocketpp/tree/develop. But personally I'd prefer the official project to have that fix and a new release. I also see a C++23 deprecation in the open issues as well, which could be part of said minor maintenance release to keep up with newer (stricter?) compilers. WDYT?
The text was updated successfully, but these errors were encountered:
The "develop" branch has compatibility fixes for C++20. No idea what the state of the "develop" branch is. fwiw, it is 69 commits ahead of the main branch, so somebody has done a lot of work on it (and fixed a LOT of bugs).. :-/
We are advancing our internal stack to GCC12 and MSVC2022 on C++20, and this breaks WebSocketPP (perhaps because of warning-as-error, I'm not the prime mover here, just the one taking the time to report it).
The colleague that did the port used jcelerier@3e761b5 from https://github.com/jcelerier/websocketpp/tree/develop. But personally I'd prefer the official project to have that fix and a new release. I also see a C++23 deprecation in the open issues as well, which could be part of said minor maintenance release to keep up with newer (stricter?) compilers. WDYT?
The text was updated successfully, but these errors were encountered: