id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6941,ASIO Daytime.3 example misuses enable_shared_from_this,m_albert137@…,chris_kohlhoff,"In the documentation for the ASIO library, the Daytime.3 example has class tcp_connection inheriting from enable_shared_from_this, but then in ""tcp_connection::create()"" we have return pointer( new tcp_connection....) where pointer is a typedef for the shared_ptr type. Perhaps: return (new tcp_connection...).shared_from_this() ? By the way, thanks for all the wonderful software!",Bugs,closed,To Be Determined,asio,Boost 1.49.0,Problem,invalid,,