briaguya
|
00ac813735
|
manually apply cpp20 fixes from https://github.com/zaphoyd/websocketpp/pull/1060
the patch link from https://github.com/zaphoyd/websocketpp/issues/1068#issuecomment-1364647094 didn't work for some reason, so i looked at the 1060 PR
the PR had 10 commits https://github.com/zaphoyd/websocketpp/pull/1060/commits, all but 2 of which seemed entirely unrelated to the cpp20 fix
so i manually pulled the changes from the 2 cpp 20 related commits:
* https://github.com/zaphoyd/websocketpp/pull/1060/commits/9b7fdd5b988b3b443fda60a5852173d0268d309e
* https://github.com/zaphoyd/websocketpp/pull/1060/commits/0823cfea38acb9827b9d5a742b0f394ed5b30d68
Co-authored-by: Andre Azevedo <andre.azevedo@gmail.com>
|
2025-05-07 18:10:30 -04:00 |
|