Skip to content

Mark private slot methods of public class as unexported

Given the slots are marked as private and thus not intended for external use, exporting the symbols adds some minor unneeded costs in binary size and linking time, which can be avoided.

Merge request reports