cadabra2 icon indicating copy to clipboard operation
cadabra2 copied to clipboard

Formalise that some properties never inherit

Open kpeeters opened this issue 2 years ago • 0 comments

Some properties, e.g. Accent or LaTeXForm cannot inherit up the tree. Right now, Properties::get_with_pattern_ext hardcodes these by doing an expensive dynamic cast, but this should be done by attaching the info to the property itself.

kpeeters avatar Aug 09 '22 15:08 kpeeters