Re: client.cpp:104:47: error: '_1' was not declared in this scope

2020-06-23 Thread Martin Gansser
Thank you, that fixed the problem. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-co

Re: client.cpp:104:47: error: '_1' was not declared in this scope

2020-06-23 Thread Björn 'besser82' Esser
Am Dienstag, den 23.06.2020, 12:41 + schrieb Martin Gansser: > Sorry, can't access your posted links. > Regards > Martin A solution for this problem was posted in one of the links by Jonathan Wakely: > I believe in most cases this can be fixed by changing > to and adding "using boost::place

Re: client.cpp:104:47: error: '_1' was not declared in this scope

2020-06-23 Thread Martin Gansser
Sorry, can't access your posted links. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of

Re: client.cpp:104:47: error: '_1' was not declared in this scope

2020-06-22 Thread José Abílio Matos
ent.cpp: In member function 'void > bear::net::client::connect()': > /builddir/build/BUILD/bear-c873f289d860a2e11d36a2e619ea8c51167098c4/bear-en > gine/core/src/net/code/client.cpp:104:47: error: '_1' was not declared in > this scope 104

client.cpp:104:47: error: '_1' was not declared in this scope

2020-06-22 Thread Martin Gansser
uild/BUILD/bear-c873f289d860a2e11d36a2e619ea8c51167098c4/bear-engine/core/src/net/code/client.cpp:104:47: error: '_1' was not declared in this scope 104 | ( boost::bind( &client::set_stream, this, _1 ), | ^~ How can i