<Yorlik>
Allright. What about the other qustion? I assume it's all zero copy by default?
<Yorlik>
hkaiser: The recursive wrapper is boost heritage. Would this work with std::variant or shouzld I just delete the template specializations using it?
<hkaiser>
Yorlik: all of hpx serializaton is zero copy on the serialization end, de-serialization is not zero-copy
<Yorlik>
The phylanc wrapper doesn't look to complicated to not use it
<hkaiser>
yah, if you don't need the recursive_wrapper, just delete it
<Yorlik>
OK - thouzgh I like the idea of recirsive varinats.
<Yorlik>
Oh my keyboard's trolling me - lol
<Yorlik>
Allright - compiles, now tuples and then messaging implementation :)
<Yorlik>
hkaiser: It seems the tuple file is using #include <hpx/type_support/pack.hpp> (nonexistent in HPX) and hpx::util::index_pack which is now undefined. What wouzld be the appropriate fix here?
<hkaiser>
go back in history to see, the header has changed (was hpx/util/detail/pack.hpp or somesuch)
<hkaiser>
index_pack was util::detail::index_pack iirc
<hkaiser>
Yorlik: depends on the hpx version you use
<Yorlik>
I didn't find index_pack in the doxygen docs I made