Skip to content

Mark pimpl constructors of public classes as unexported

Friedrich W. H. Kossebau requested to merge work/kossebau/hidesymbols into master

Given the constructors take an argument type not available for external users of the API, exporting the symbol with all the price tags is unneeded.

Also add explicit specifiers where possible and missing so far.

@cullmann @vkrause

Merge request reports