Skip to content

src: make BaseObject::is_snapshotable virtual

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/bo-virtual into master

Use a virtual function in order to save space (8 bytes per instance on 64-bit platforms) and in order to be consistent with the other methods on BaseObject.

Merge request reports

Loading