sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Add unittest for pointer behaviour of StructPacker #400

Closed gavin-norman-sociomantic closed 5 years ago

gavin-norman-sociomantic commented 5 years ago

Checks that StructPacker packs pointers, including pointers to arrays (i.e. rather than packing the content of the array pointed to.)

tiyash-basu-sociomantic commented 5 years ago

LGTM