id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8469,compiler errors with gcc in c++11 mode from bind and shared_ptr,fyter@…,Peter Dimov,"#include #include #include boost::asio::io_service io; class test : public boost::enable_shared_from_this { public: void process(){} void start() { io.post(bind(&test::process, shared_from_this())); } }; int main() { } ////---------------end ---------------------- c++ test.cpp -lboost_system -std=c++11 ....io_service.ipp: In instantiation of .... io_service.ipp:126:3: error: use of deleted function 'boost::_bi::bind_t<.....'.......",Bugs,closed,To Be Determined,bind,Boost 1.51.0,Problem,fixed,bind shared_ptr c++11,