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
This is the first example in the README (called http.cpp here).
$ g++ -std=c++17 http.cpp -Wfatal-errors
In file included from http.cpp:1:
belle/include/belle.hh:618:24: error: ‘OB::Belle::websocket::role_type’ has not been declared
618 | friend void teardown(websocket::role_type,
| ^~~~~~~~~
$ g++ -std=c++17 http.cpp -Wfatal-errors In file included from http.cpp:1:
belle/include/belle.hh:618:24: error: ‘OB::Belle::websocket::role_type’ has not been declared
618 | friend void teardown(websocket::role_type,
| ^~~~~~~~~
Using Boost 1.71
The text was updated successfully, but these errors were encountered:
This is the first example in the README (called
http.cpp
here).Using Boost 1.71
The text was updated successfully, but these errors were encountered: