From: K. G. <kim...@gm...> - 2008-10-22 11:26:03
|
Hi Dean, On Wed, Oct 22, 2008 at 09:22, Dean Michael Berris <mik...@gm...> wrote: >> >> I tried adding a specialization in boost::network::http called >> ostringstream, but the compiler lets me know that "symbol cannot be >> defined within namespace 'http'", presumably because it's defined in >> boost::network already. > > Right. Try specializing ostringstream in boost::network and specialize > it for boost::network::http::message_tag and see if that works? I finally figured that out, too. With a couple of other tweaks, I'm almost there :-) - Kim |