Boost logo

Boost :

Subject: Re: [boost] Project R-tree Serialisation
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-03-19 14:46:04


On 03/15/2017 11:58 PM, Adam Wulkiewicz via Boost wrote:

> R-tree) will be a plus. Another plus would be if the serialization
> worked for any type adapted to Point/Box/Segment concept but I'm affraid
> that this would require changes in Boost.Serialization. But you could

If these types can be detected via traits then this can be done without
modifying Boost.Serialization. The basic idea is to forward the
serialize() function (and likewise for load/save) to a trampoline
function object that does the partial specialization.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk