Skip to content

Mark pimpl constructor of public classes as unexported

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

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

Also add explicit specifier missing so far.

Merge request reports