Commit Graph

4 Commits

Author SHA1 Message Date
briaguya
b299de0bd7 cpp20 fix for valijson
i couldn't tell what version of valijson was in here, so i just fixed the error (it was the same as one of the errors websocketspp had)
2025-05-07 18:34:31 -04:00
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:
* 9b7fdd5b98
* 0823cfea38

Co-authored-by: Andre Azevedo <andre.azevedo@gmail.com>
2025-05-07 18:10:30 -04:00
briaguya
5040201a03 update wspp version from 0.8.1 to 0.8.2 2025-05-07 17:33:40 -04:00
aMannus
ca3c508a02 apclientpp first attempt at dependencies 2025-05-06 13:17:14 +02:00