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

No matching function for call to 'make_shared' #13

Open
q-depot opened this issue Mar 4, 2017 · 1 comment
Open

No matching function for call to 'make_shared' #13

q-depot opened this issue Mar 4, 2017 · 1 comment

Comments

@q-depot
Copy link

q-depot commented Mar 4, 2017

Hi,

I'm getting this error when I try to compile with the latest Cinder.

/Users/Q/Code/Cinder/blocks/Cinder-WebSocketPP/src/websocketpp/transport/asio/connection.hpp:442:24: No matching function for call to 'make_shared'

m_strand = lib::make_sharedlib::asio::strand ...

@saynono
Copy link

saynono commented Aug 23, 2018

Without doing any deeper research this seemed to have solved the issue on my side:

m_strand = lib::make_shared<lib::asio::io_service::strand>(

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

2 participants