Here's an error I came across with the Darwin port:

resource/src/OCRepresentation.cpp:318:48: error: no type named
'_Bit_reference' in namespace 'std'
    void get_payload_array::copy_to_array(std::_Bit_reference br, void*
array, size_t pos)

This is one of six copy_to_array implementations.

I did a lot of googling and could not figure out what to do with it; it
looks to me like this is an old GNU thing.

This is the only place _Bit_reference occurs in the source, so I think its
ok to remove this fn?

Advice?

Thanks,

g
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160602/850b8fe0/attachment.html>

Reply via email to