$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] storing a boost::asio::io_service in a boost.tuple
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2011-03-20 10:23:34
Hi:
I need to store a boost::asio::io_service in a boost::tuple.
Each boost::tuple needs an individual io_service.
Given that io_service is noncopyable, and I'm working in a constructor what is the best way of doing this?
Cheers
Sean.