[serialization] This() function is useless in basic_binary_oprimitive and basic_binary_iprimitive

Hello, It seems to me that the function "Archive * This();" defined in basic_binary_oprimitive and basic_binary_iprimitive is useless. Because the same function is defined in interface_iarchive and interface_oarchive. And it apparently is not used in basic_binary_oprimitive and basic_binary_iprimitive themselves. -- -- Vyacheslav Andrejev -- System Architect, Optech International, Inc.

Try commenting the code out and seeing if you can compile the library. Robert Ramey Vyacheslav E. Andrejev wrote:
Hello,
It seems to me that the function "Archive * This();" defined in basic_binary_oprimitive and basic_binary_iprimitive is useless. Because the same function is defined in interface_iarchive and interface_oarchive. And it apparently is not used in basic_binary_oprimitive and basic_binary_iprimitive themselves.

Hello Robert, Yes, sorry. I forgot about *.ipp files. Slava. -- -- Vyacheslav Andrejev -- System Architect, Optech International, Inc. RR> Try commenting the code out and seeing if you can compile the RR> library. RR> RR> Robert Ramey RR> RR> Vyacheslav E. Andrejev wrote: RR>
Hello,
It seems to me that the function "Archive * This();" defined in basic_binary_oprimitive and basic_binary_iprimitive is useless. Because the same function is defined in interface_iarchive and interface_oarchive. And it apparently is not used in basic_binary_oprimitive and basic_binary_iprimitive themselves. RR> _______________________________________________ RR> Unsubscribe & other changes: RR> http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Robert Ramey
-
Vyacheslav E. Andrejev