etternagame / etterna

Advanced cross-platform rhythm game focused on keyboard play
https://etternaonline.com/
MIT License
474 stars 133 forks source link

Fix websocketpp to be compliant with c++20 #1216

Closed g-robertson closed 1 year ago

g-robertson commented 1 year ago

websocketpp dependency uses template specialization on class constructors which isn't allowed in c++20, this change fixes that

poco0317 commented 1 year ago

related https://github.com/zaphoyd/websocketpp/pull/1060

poco0317 commented 1 year ago

i will merge this if you first update websocketpp to the latest upstream version 0.8.2, as we appear to be using 0.8.1