Skip to content

Remove indirection of block objects in multi_type_vector

Dennis Francis requested to merge dennisfrancis/mdds:indirection2 into master

Convert all usages of block* in non-const methods to use m_blocks vector directly with indexing.

Discussion on this here : https://lists.freedesktop.org/archives/libreoffice/2017-August/078386.html

Merge request reports