Xfer: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(xfer)
(nowiki)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
Next problem:
<nowiki>:)</nowiki>
 
g++-5    -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::MonitorSocket(zmq::context_t*, std::string)’:
Hub.cpp:110:54: error: no matching function for call to ‘Core::Utility::ReadZmqEvent(zmq::socket_t&, zmq_event_t*, char [1025])’
    while (!Core::Utility::ReadZmqEvent(s, &event, addr))
                                                      ^
 
See here: http://stackoverflow.com/questions/12015899/why-are-move-semantics-for-a-class-containing-a-stdstringstream-causing-compil

Latest revision as of 20:19, 5 December 2015

:)