Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple example not compiling #15

Open
correaa opened this issue May 22, 2021 · 0 comments
Open

simple example not compiling #15

correaa opened this issue May 22, 2021 · 0 comments

Comments

@correaa
Copy link

correaa commented May 22, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant