Modifying constructor for visibility-private structures.
(change-visibility-private x
)
This is an often useful alternative to make-visibility-private.
We construct a new visibility-private structure that is a copy of
This is an ordinary
Macro:
(defmacro change-visibility-private (x &rest args) (std::change-aggregate 'visibility-private x args 'nil 'change-visibility-private 'nil))