Hi,
To get rid of compiler warnings in cc (std::move local object into return) I tried cc version 2.3.1. All client tests but the ones that use msg.field_duration() fail (Test38, Test39). I debugged into doSleep() and saw that field_duration was set there. I don't understand where this field disappears Would be nice if you could have a look at it.
Thanks.
Hi, To get rid of compiler warnings in cc (std::move local object into return) I tried cc version 2.3.1. All client tests but the ones that use
msg.field_duration()
fail (Test38, Test39). I debugged intodoSleep()
and saw thatfield_duration
was set there. I don't understand where this field disappears Would be nice if you could have a look at it. Thanks.Regards ailu