
4 May
2010
4 May
'10
10:08 a.m.
Etienne Philip Pretorius
Christopher Yeleighton wrote:
Etienne Philip Pretorius
writes: parent_.assign(boost::asio::local::stream_protocol, boost::lexical_cast<int>(argv[0]));
What would you use? I have tried stream_protocol::type...
stream_protocol is a type name. You cannot pass a type name as an argument to a function. How about (stream_protocol ())? Chris