Xfer: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(xfer)
(nowiki)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
boost::property_tree::ptree pt;
<nowiki>:)</nowiki>
boost::property_tree::ptree &ref_pt = pt;
std::stringstream stream(message);
boost::property_tree::xml_parser::read_xml( stream, ref_pt );
 
Next problem:
 
g++    -c -g -I.. -I../trunk -std=c++11 -MMD -MP -MF "build/Debug/GNU-Linux-x86/Hub.o.d" -o build/Debug/GNU-Linux-x86/Hub.o Hub.cpp
Hub.cpp: In member function ‘void Hub::Hub::Start()’:
Hub.cpp:79:15: error: use of deleted function ‘std::basic_stringstream<char>& std::basic_stringstream<char>::operator=(const std::basic_stringstream<char>&)’
      Response = ProcessParameter(Store, pt);
                ^

Latest revision as of 20:19, 5 December 2015

:)