19 Mar
2017
19 Mar
'17
2:46 p.m.
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.