
4 May
2010
4 May
'10
4:08 a.m.
Etienne Philip Pretorius <icewolfhunter <at> gmail.com> writes:
Christopher Yeleighton wrote:
Etienne Philip Pretorius <icewolfhunter <at> gmail.com> 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